cURL
curl --request GET \ --url https://api.example.com/v1/teams \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "name": "Sales", "isDefault": false, "memberCount": 5 } ] }
Returns all teams within the scope of the API key.
Enter your API Key (sk_live_xxx or sk_test_xxx)
List of accessible teams
Show child attributes