Organizations
List teams
Lists all teams within the given organization (sorted by name), each with a member count. orgId comes from the id field of an organization object returned by GET /orgs — call that endpoint first to see which organizations you have access to. Only an org_admin of that organization may call this.
GET
/api/v1/orgs/:orgId/teamsAuthorizations
Authorizationrequiredstring · header
API key as bearer token in the Authorization header.
Path parameters
orgIdrequiredstring
The organization ID, from a GET /orgs response.
Response examples