An object containing location metadata about a Intercom contact.
{ "type": "location", "country": "Ireland", "region": "Dublin", "city": "Dublin" }
The intercom API reference.
https://api.intercom.io/
https://api.eu.intercom.io/
https://api.au.intercom.io/
An object containing notes meta data about the notes that a contact has. Up to 10 will be displayed here. Use the url to get more.
This object represents the notes attached to a contact.
Url to get more company resources for this contact
Int representing the total number of companyies attached to this contact
{ "data": [ { … } ], "url": "/contacts/5ba682d23d7cf92bef87bfd4/notes", "total_count": 100, "has_more": true }