Organizations
Get an organization
Returns details for the given organization, including billing-related fields (credits, credit limit, payment terms in days, billing cycle day) and team/member counts. Same as the teams and members endpoints, only an org_admin of that organization may call this — there is no reduced view for lower-privilege roles; billing fields sit at the same access tier as everything else.
GET
/api/v1/orgs/:orgIdAuthorizations
Authorizationrequiredstring · header
API key as bearer token in the Authorization header.
Path parameters
orgIdrequiredstring
The organization ID, from a GET /orgs response.
Response examples