The intercom API reference.
https://api.intercom.io/
https://api.eu.intercom.io/
https://api.au.intercom.io/
https://api.intercom.io/help_center/collections/{id}
https://api.eu.intercom.io/help_center/collections/{id}
https://api.au.intercom.io/help_center/collections/{id}
curl -i -X DELETE \
https://api.intercom.io/help_center/collections/123 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: 2.7'
{ "id": "40", "object": "collection", "deleted": true }
https://api.intercom.io/help_center/help_centers/{id}
https://api.eu.intercom.io/help_center/help_centers/{id}
https://api.au.intercom.io/help_center/help_centers/{id}
curl -i -X GET \
https://api.intercom.io/help_center/help_centers/123 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: 2.7'
{ "id": "31", "workspace_id": "this_is_an_id91_that_should_be_at_least_4", "created_at": 1717020664, "updated_at": 1717020664, "identifier": "help-center-1", "website_turned_on": false, "display_name": "Intercom Help Center" }
https://api.intercom.io/help_center/help_centers
https://api.eu.intercom.io/help_center/help_centers
https://api.au.intercom.io/help_center/help_centers
curl -i -X GET \
https://api.intercom.io/help_center/help_centers \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: 2.7'
{ "type": "list", "data": [] }