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

Authorizations

Authorization
string
header
required

API key in the format avoca_<64 hex characters>

Response

Accessible teams

teams
object[]