Skip to content

List teams​

GET
/v1/teams

Lists every team accessible to the current API token, reflecting the user’s membership and plan entitlements.

Authorizations​

BearerAuth

API token provided in the Authorization header as a Bearer token.

Type
HTTP (bearer)

Responses​

Successful retrieval of the list of teams.

application/json
JSON
{
  
"teams": [
  
  
{
  
  
  
"id": "4a9d7b2c01e3f5g8h2j4k6l9",
  
  
  
"name": "Marketing Team Alpha"
  
  
}
  
]
}

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI