The intercom API reference.
Home//
REST API Reference
/- Contact companies
Activity Log
Paginated Response
Activity Log Metadata
Addressable List
Admins
Admin Priority Level
Admin Reply
Admin
App
Article Content
Articles
Article Statistics
Article Translated Content
Assign Conversation Request
Assign Conversation Request
Close Conversation Request
Collections
Company Attached Contacts
Company Attached Segments
Companies
Company Scroll
Contact Archived
Contact Attached Companies
Company Data
Contact Deleted
Contact List
Contact Location
Contact notes
Contact Reference
Contact Reply Base Object
Contact Reply
Email
Intercom User ID
Email
Intercom User ID
User ID
User ID
Segments
Social Profile
Contact Subscription Types
Contact Tags
Contact Unarchived
Conversation attachment files
Contacts
First contact reply
Conversation List
Conversation Part
Conversation part author
Conversation Parts
Conversation Rating
Conversation source
Conversation statistics
Conversation teammates
Convert Visitor Request Payload
Create Article Request Payload
Create Collection Request Payload
Create Contact Request Payload
Create Conversation Request Payload
Create Data Attribute Request
Create Data Event Request
Create Data Event Summaries Request
Create Data Export Request
Create Message Request Payload
Create Or Update Company Request Payload
Create or Update Tag Request Payload
Create Phone Switch Request Payload
Create Section Request Payload
Create Ticket Reply Request Payload
Create Ticket Request Payload
Create Ticket Type Attribute Request Payload
Create Ticket Type Request Payload
Cursor based pages
Custom Attributes
customer_request
Data Attribute List
Data Event List
Data Event Summary
Data Event Summary Item
Data Export CSV
Deleted Article Object
Deleted Collection Object
Deleted Company Object
Deleted Object
Deleted Section Object
detach_contact_from_conversation_request
Error
File
Group Content
Group Translated Content
intercom_version
Merge contact data
Multiple Filter Search Request
Create News Item Request
Paginated Response
Open Conversation Request
Pagination Object
Paginated Response
Part attachment
Phone Switch
redact_conversation_request
Reference
reply_conversation_request
Search data
Sections
Segment List
Single Filter Search Request
Applied SLA
Snooze Conversation Request
Social Profile
Pagination: Starting After
Subscription Types
Tag Company Request Payload
Tags
Tag Users Request Payload
Tags
Team List
Team Priority Level
Ticket Attributes
A Ticket Part representing a note
Ticket part author
Ticket Parts
Ticket Attributes
Ticket Type Attribute
Ticket Type Attributes
Ticket Types
Translation
Untag Company Request Payload
Update Article Request Payload
Update Collection Request Payload
Update Contact Request Payload
Update Conversation Request
Update Data Attribute Request
Update Section Request Payload
Update Ticket Request Payload
Update Ticket Type Attribute Request Payload
Update Ticket Type Request Payload
Update Visitor Request Payload
Visitor
Visitor Deleted Object
Contact companies
Intercom API (2.9)
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/
Contact Attached Companies
A list of Company Objects
The majority of list resources in the API are paginated to allow clients to traverse data over multiple requests.
Their responses are likely to contain a pages object that hosts pagination links which a client can use to paginate through the data without having to construct a query. The link relations for the pages field are as follows.
{ "type": "list", "companies": [ { … } ], "total_count": 100, "pages": { "type": "pages", "page": 1, "next": "http://example.com", "per_page": 50, "total_pages": 1 } }
Contact companies
An object containing companies meta data about the companies that a contact has. Up to 10 will be displayed here. Use the url to get more.
Url to get more company resources for this contact
Example: "/contacts/5ba682d23d7cf92bef87bfd4/companies"
Int representing the total number of companyies attached to this contact
Example: 100
{ "data": [ { … } ], "url": "/contacts/5ba682d23d7cf92bef87bfd4/companies", "total_count": 100, "has_more": true }