Minctrl Docs
API ReferenceCompanies

Get a company charter

GET
/companies/{company_id}/charter

Fetch a company's charter.

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