cURL
curl --request GET \ --url https://api.attention.tech/v2/organizations/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 } }
Returns a list of all teams in the organization. The response includes team details such as name, UUID, and parent team information if applicable.
Teams successfully returned
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?