Skip to main content
GET
/
v1
/
teams
List teams accessible by this API key
curl --request GET \
  --url https://api-public.skipcall.app/v1/teams \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "name": "Sales",
      "isDefault": false,
      "memberCount": 5
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.skipcall.app/llms.txt

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

Authorizations

Authorization
string
header
required

Enter your API Key (sk_live_xxx or sk_test_xxx)

Response

List of accessible teams

data
object[]
required