Skip to main content
GET
/
teams
cURL
curl 'https://api.gumloop.com/api/v1/teams' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
  "teams": [
    {
      "id": "team_4f8c92ab",
      "name": "Acme Sales"
    },
    {
      "id": "team_91ab73cd",
      "name": "Acme Support"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.gumloop.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Response

Teams the caller belongs to.

teams
object[]