API ReferenceCompanies
Company spend report
Return the aggregated spend report for a company.
Requires a valid bearer token. Owner-scoped: only the company owner may read it (403 otherwise); a missing company returns 404.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
company_id*Company Id
Response Body
application/json
application/json
curl -X GET "https://example.com/companies/string/budgets/report"nullEmpty
Empty
Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}