Organizations

Organization management endpoints

Get user organizations

get

Retrieve all organizations for the current user

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Organizations retrieved successfully

application/json
get
/api/v1/orgs

Get organization

get

Retrieve organization by ID

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
org_idstringRequired

Organization ID

Responses
200

Organization retrieved successfully

application/json
get
/api/v1/orgs/{org_id}

Last updated