Skip to main content
GET
/
api
/
v1
/
teams
List teams
curl --request GET \
  --url https://enterprise-api.avoca.ai/api/v1/teams \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 123,
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key in the format avoca_<64 hex characters>

Query Parameters

include_test_teams
boolean
default:false

Include designated internal QA/test teams in multi-team aggregations (default false)

Response

Accessible teams

data
object[]