The intercom API reference.
The intercom API reference.
curl -i -X POST \
https://api.intercom.io/contacts/63a07ddf05a32042dffac965/tags \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'Intercom-Version: 2.9' \
-d '{
"id": 84
}'
{ "type": "tag", "id": "84", "name": "Manual tag" }
curl -i -X DELETE \
https://api.intercom.io/contacts/63a07ddf05a32042dffac965/tags/7522907 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: 2.9'
{ "type": "tag", "id": "87", "name": "Manual tag" }