Intercom API (2.11)

The intercom API reference.

Download OpenAPI description
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/

Admins

Everything about your Admins

Operations

Articles

Everything about your Articles

Operations

Companies

Everything about your Companies

Operations

Contacts

Everything about your contacts

Operations

Conversations

Everything about your Conversations

Operations

Data Attributes

Everything about your Data Attributes

Operations

Data Events

Everything about your Data Events

Operations

Data Export

Everything about your Data Exports

Operations

Help Center

Everything about your Help Center

Operations

Messages

Everything about your messages

Operations

News

Everything about your News

Operations

Notes

Everything about your Notes

Operations

Segments

Everything about your Segments

Operations

Subscription Types

Everything about subscription types

Operations

Switch

Everything about Switch

Operations

Tags

Everything about tags

Operations

Teams

Everything about your Teams

Operations

Ticket Type Attributes

Everything about your ticket type attributes

Operations

Ticket Types

Everything about your ticket types

Operations

Tickets

Everything about your tickets

Operations

Visitors

Everything about your Visitors

Operations

Models

Company Attached Segments

A list of Segment Objects

typestringrequired

The type of object - list

Value"list"
Example: "list"
dataArray of objects(Segment)required

An array containing Segment Objects

data[].​typestringrequired

The type of object.

Value"segment"
Example: "segment"
data[].​idstringrequired

The unique identifier representing the segment.

Example: "56203d253cba154d39010062"
data[].​namestringrequired

The name of the segment.

Example: "Active"
data[].​created_atintegerrequired

The time the segment was created.

Example: 1394621988
data[].​updated_atinteger

The time the segment was updated.

Example: 1394622004
data[].​person_typestringrequired

Type of the contact: contact (lead) or user.

Enum"contact""user"
Example: "contact"
data[].​countinteger or null

The number of items in the user segment. It's returned when include_count=true is included in the request.

Example: 3
{ "type": "list", "data": [ {} ] }

Companies

This will return a list of companies for the App.

typestringrequired

The type of object - list.

Value"list"
Example: "list"
pagesobject(Cursor based pages)

Cursor-based pagination is a technique used in the Intercom API to navigate through large amounts of data. A "cursor" or pointer is used to keep track of the current position in the result set, allowing the API to return the data in small chunks or "pages" as needed.

total_countintegerrequired

The total number of companies.

Example: 100
dataArray of objects(Company)required

An array containing Company Objects.

data[].​typestring

Value is company

Value"company"
Example: "company"
data[].​idstringrequired

The Intercom defined id representing the company.

Example: "531ee472cce572a6ec000006"
data[].​namestringrequired

The name of the company.

Example: "Blue Sun"
data[].​app_idstringrequired

The Intercom defined code of the workspace the company is associated to.

Example: "ecahpwf5"
data[].​planobject
data[].​company_idstringrequired

The company id you have defined for the company.

Example: "6"
data[].​remote_created_atintegerrequired

The time the company was created by you.

Example: 1663597223
data[].​created_atintegerrequired

The time the company was added in Intercom.

Example: 1663597223
data[].​updated_atintegerrequired

The last time the company was updated.

Example: 1663597223
data[].​last_request_atintegerrequired

The time the company last recorded making a request.

Example: 1663597223
data[].​sizeintegerrequired

The number of employees in the company.

Example: 100
data[].​websitestringrequired

The URL for the company website.

Example: "https://www.intercom.com"
data[].​industrystringrequired

The industry that the company operates in.

Example: "Software"
data[].​monthly_spendintegerrequired

How much revenue the company generates for your business.

Example: 100
data[].​session_countintegerrequired

How many sessions the company has recorded.

Example: 100
data[].​user_countintegerrequired

The number of users in the company.

Example: 100
data[].​custom_attributesobject

The custom attributes you have set on the company.

Example: {"paid_subscriber":true,"monthly_spend":155.5,"team_mates":9}
data[].​tagsobject

The list of tags associated with the company

data[].​segmentsobject

The list of segments associated with the company

{ "type": "list", "pages": { "type": "pages", "page": 1, "next": {}, "per_page": 2, "total_pages": 13 }, "total_count": 100, "data": [ {} ] }

Company Scroll

Companies allow you to represent organizations using your product. Each company will have its own description and be associated with contacts. You can fetch, create, update and list companies.

typestringrequired

The type of object - list

Value"list"
Example: "list"
dataArray of objects(Company)required
data[].​typestring

Value is company

Value"company"
Example: "company"
data[].​idstringrequired

The Intercom defined id representing the company.

Example: "531ee472cce572a6ec000006"
data[].​namestringrequired

The name of the company.

Example: "Blue Sun"
data[].​app_idstringrequired

The Intercom defined code of the workspace the company is associated to.

Example: "ecahpwf5"
data[].​planobject
data[].​company_idstringrequired

The company id you have defined for the company.

Example: "6"
data[].​remote_created_atintegerrequired

The time the company was created by you.

Example: 1663597223
data[].​created_atintegerrequired

The time the company was added in Intercom.

Example: 1663597223
data[].​updated_atintegerrequired

The last time the company was updated.

Example: 1663597223
data[].​last_request_atintegerrequired

The time the company last recorded making a request.

Example: 1663597223
data[].​sizeintegerrequired

The number of employees in the company.

Example: 100
data[].​websitestringrequired

The URL for the company website.

Example: "https://www.intercom.com"
data[].​industrystringrequired

The industry that the company operates in.

Example: "Software"
data[].​monthly_spendintegerrequired

How much revenue the company generates for your business.

Example: 100
data[].​session_countintegerrequired

How many sessions the company has recorded.

Example: 100
data[].​user_countintegerrequired

The number of users in the company.

Example: 100
data[].​custom_attributesobject

The custom attributes you have set on the company.

Example: {"paid_subscriber":true,"monthly_spend":155.5,"team_mates":9}
data[].​tagsobject

The list of tags associated with the company

data[].​segmentsobject

The list of segments associated with the company

pagesobject(Cursor based pages)

Cursor-based pagination is a technique used in the Intercom API to navigate through large amounts of data. A "cursor" or pointer is used to keep track of the current position in the result set, allowing the API to return the data in small chunks or "pages" as needed.

total_countinteger or nullrequired

The total number of companies

Example: 100
scroll_paramstring

The scroll parameter to use in the next request to fetch the next page of results.

Example: "25b649f7-4d33-4ef6-88f5-60e5b8244309"
{ "type": "list", "data": [ {} ], "pages": { "type": "pages", "page": 1, "next": {}, "per_page": 2, "total_pages": 13 }, "total_count": 100, "scroll_param": "25b649f7-4d33-4ef6-88f5-60e5b8244309" }