Minctrl Docs
API ReferenceCompanies

List projects for a company

GET
/companies/{company_id}/projects

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"
null
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}