Everything about tags
You can fetch a list of all tags that are attached to a specific contact.
The unique identifier for the contact which is given by Intercom
Intercom API version.By default, it's equal to the version set in the app package.
curl -i -X GET \ https://api.intercom.io/contacts/63a07ddf05a32042dffac965/tags \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Intercom-Version: 2.8'
successful
The type of the object
A list of tags objects associated with the workspace .
{ "type": "list", "data": [ { … } ] }