A list of segments objects attached to a specific contact.
Segment objects associated with the contact.
The unique identifier representing the segment.
Type of the contact: contact (lead) or user.
{ "type": "list", "data": [ { … } ] }
The intercom API reference.
https://api.intercom.io/
https://api.eu.intercom.io/
https://api.au.intercom.io/
A list of segments objects attached to a specific contact.
Segment objects associated with the contact.
The unique identifier representing the segment.
Type of the contact: contact (lead) or user.
{ "type": "list", "data": [ { … } ] }
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
Int representing the total number of subscription types attached to this contact
{ "data": [ { … } ], "url": "/contacts/5ba682d23d7cf92bef87bfd4/subscriptions", "total_count": 100, "has_more": true }