cURL
curl --request GET \ --url https://api.attention.tech/v2/teams \ --header 'Authorization: <api-key>'
{ "data": [ { "uuid": "team-uuid-123", "name": "Sales Team", "domain": "sales.example.com", "organizationUUID": "org-uuid-456", "phrases": [ "revenue", "deal" ], "consentEmailEnabled": true, "organizerJoinInternalMeetings": false } ], "meta": { "totalRecords": 1 } }
Retrieves a list of all teams in the system. The response includes team details such as name, UUID, parent team information, and team hierarchy.
Teams successfully retrieved
Response containing a list of teams and metadata
List of teams
Show child attributes
{ "pageCount": 5, "totalRecords": 100, "pageNumber": 1, "pageSize": 20}
Was this page helpful?