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.7'
{ "type": "team.list", "teams": [] }
curl -i -X GET \ 'https://api.intercom.io/teams/{id}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Intercom-Version: 2.7'
{ "type": "team", "id": "991266633", "name": "team 1", "admin_ids": [] }