Skip to content

Intercom API (2.7)

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

SchemasOperations

Articles

Everything about your Articles

SchemasOperations

Companies

Everything about your Companies

SchemasOperations

Contacts

Everything about your contacts

SchemasOperations

Conversations

Everything about your Conversations

SchemasOperations

Data Attributes

Everything about your Data Attributes

SchemasOperations

Data Events

Everything about your Data Events

SchemasOperations

Data Export

Everything about your Data Exports

SchemasOperations

Help Center

Everything about your Help Center

SchemasOperations

Messages

Everything about your messages

SchemasOperations
SchemasOperations
SchemasOperations

Segments

Everything about your Segments

SchemasOperations

Subscription Types

Everything about subscription types

SchemasOperations
Operations
SchemasOperations
SchemasOperations

Visitors

Everything about your Visitors

Operations
Schemas

Tags

A list of tags objects associated with a conversation

typestring

The type of the object

Value"tag.list"
Example: "tag.list"
tagsArray of objects(Tag)

A list of tags objects associated with the conversation.

{ "type": "tag.list", "tags": [ {} ] }

Team List

This will return a list of team objects for the App.

typestring

The type of the object

Value"team.list"
Example: "team.list"
teamsArray of objects(Team)

A list of team objects

{ "type": "team.list", "teams": [ {} ] }

Translation

A translation object contains the localised details of a subscription type.

namestring

The localised name of the subscription type.

Example: "Announcements"
descriptionstring

The localised description of the subscription type.

Example: "Offers, product and feature announcements"
localestring

The two character identifier for the language of the translation object.

Example: "en"
{ "name": "Announcements", "description": "Offers, product and feature announcements", "locale": "en" }