List cost centers
GET/cost_centers
Returns a cursor-paginated page of cost centers for the workspace tied to the token's sub claim. Company-scoped within the workspace — pass ?company_id=… to narrow. Requires scope finance.cost_centers.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Page of cost centers plus pagination metadata.
Malformed query (unknown filter / operator, invalid limit, bad cursor).
Missing / invalid / expired / revoked token.
Token authenticated but lacks the finance.cost_centers scope, or sub does not match any workspace.
Unhandled server error.