The intercom API reference.
The intercom API reference.
curl -i -X GET \
https://api.intercom.io/teams \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: 2.11'
{ "type": "team.list", "teams": [] }
curl -i -X GET \
'https://api.intercom.io/teams/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: 2.11'
{ "type": "team", "id": "991267802", "name": "team 1", "admin_ids": [] }