The intercom API reference.
Intercom API (2.11)
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/
Deleted Collection Object
Response returned when an object is deleted
The unique identifier for the collection which you provided in the URL.
Example: "6890762"
The type of object which was deleted. - collection
Value"collection"
Example: "collection"
{ "id": "6890762", "object": "collection", "deleted": true }
Deleted Company Object
Response returned when an object is deleted
The unique identifier for the company which is given by Intercom.
Example: "5b7e8b2f-7a1a-4e6c-8e1b-4f9d4f4c4d4f"
The type of object which was deleted. - company
Value"company"
Example: "company"
{ "id": "5b7e8b2f-7a1a-4e6c-8e1b-4f9d4f4c4d4f", "object": "company", "deleted": true }