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/
Segments
A list of segments objects attached to a specific contact.
Segment objects associated with the contact.
The unique identifier representing the segment.
Example: "56203d253cba154d39010062"
Type of the contact: contact (lead) or user.
Enum"contact""user"
Example: "contact"
{ "type": "list", "data": [ { … } ] }
Contact Subscription Types
An object containing Subscription Types meta data about the SubscriptionTypes that a contact has.
This object represents the subscriptions attached to a contact.
Url to get more subscription type resources for this contact
Example: "/contacts/5ba682d23d7cf92bef87bfd4/subscriptions"
Int representing the total number of subscription types attached to this contact
Example: 100
{ "data": [ { … } ], "url": "/contacts/5ba682d23d7cf92bef87bfd4/subscriptions", "total_count": 100, "has_more": true }