You can fetch a list of all tags for a given workspace.
Intercom API version.By default, it's equal to the version set in the app package.
curl -i -X GET \ https://api.intercom.io/tags \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Intercom-Version: 2.11'
successful
The type of the object
A list of tags objects associated with the workspace .
{ "type": "list", "data": [ { … } ] }