Intercom API (2.7)
The intercom API reference.
Download OpenAPI description
Overview
URL
License
Languages
Servers
The production API server
https://api.intercom.io/
The european API server
https://api.eu.intercom.io/
The australian API server
https://api.au.intercom.io/
- The production API server
https://api.intercom.io/help_center/collections/{id}
- The european API server
https://api.eu.intercom.io/help_center/collections/{id}
- The australian API server
https://api.au.intercom.io/help_center/collections/{id}
- curl
- Node.js
- Ruby
- PHP
- Python
- Java
- Go
- C#
- R
curl -i -X DELETE \
https://api.intercom.io/help_center/collections/123 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: 2.7'
Response
application/json
{ "id": "40", "object": "collection", "deleted": true }
- The production API server
https://api.intercom.io/help_center/help_centers/{id}
- The european API server
https://api.eu.intercom.io/help_center/help_centers/{id}
- The australian API server
https://api.au.intercom.io/help_center/help_centers/{id}
- curl
- Node.js
- Ruby
- PHP
- Python
- Java
- Go
- C#
- R
curl -i -X GET \
https://api.intercom.io/help_center/help_centers/123 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: 2.7'
Response
application/json
{ "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" }
- The production API server
https://api.intercom.io/help_center/help_centers
- The european API server
https://api.eu.intercom.io/help_center/help_centers
- The australian API server
https://api.au.intercom.io/help_center/help_centers
- curl
- Node.js
- Ruby
- PHP
- Python
- Java
- Go
- C#
- R
curl -i -X GET \
https://api.intercom.io/help_center/help_centers \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: 2.7'
Response
application/json
{ "type": "list", "data": [] }