API ReferenceCompanies
List projects for a company
List projects belonging to the given company.
Requires a valid bearer token. Scoped to the company_id in the path.
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/projects"nullEmpty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}