The intercom API reference.
Download OpenAPI description
The production API server The european API serverhttps://api.eu.intercom.io/
The australian API serverhttps://api.au.intercom.io/
AdminsEverything about your Admins
AI ContentWith the AI Content APIs, you can create and manage External Pages and Content Import Sources for your Fin Content Library.
External Pages are pages that you want Fin to be able to answer questions about. The API for External Pages is a great way to ingest into your Fin Content Library pages that are not publicly accessible and hence can't be crawled by Intercom.
Content Import Sources are the sources of those pages, and they are used to determine the default audience for the pages (configured via the UI). You should create a Content Import Source for each source of External Pages that you want to ingest into your Fin Content Library.
You can then iterate through the content from that source via its API and POST it to the External Pages endpoint. That endpoint has an external_id parameter which allows you to specify the identifier from the source. The endpoint will then either create a new External Page or update an existing one as appropriate.",
ArticlesEverything about your Articles
Away Status ReasonsEverything about your Away Status Reasons
CompaniesEverything about your Companies
ConversationsEverything about your Conversations
Custom Channel EventsWith the "Custom Channel" integration, you can bring Fin and Intercom capabilities to your own platform via API, enabling powerful custom integrations.
Intercom treats your integration like any other Intercom channel, allowing your application and Intercom to exchange events seamlessly. This makes it possible, for example, for your users to interact with Fin directly within your own application’s UI.
Custom Object InstancesNote: "Fin over API" is currently under managed availability. Please reach out to your accounts team to discuss access and tailored, hands-on support.
Everything about your Custom Object instances.
Permission Requirements
From now on, to access this endpoint, you need additional permissions. Please head over to the Developer Hub app package authentication settings to configure the required permissions.
Data AttributesEverything about your Data Attributes
Data EventsEverything about your Data Events
Data ExportEverything about your Data Exports
Help CenterEverything about your Help Center
Internal ArticlesEverything about your Internal Articles
MessagesEverything about your messages
NewsEverything about your News
NotesEverything about your Notes
Reporting Data ExportEverything about Reporting Data Export
Enqueue a new reporting data export job Headers Intercom-Versionstring(intercom_version)Intercom API version.
By default, it's equal to the version set in the app package.
Default 2.14
Enum"1.0""1.1""1.2""1.3""1.4""2.0""2.1""2.2""2.3""2.4"
Example: 2.14
Bodyapplication/jsonrequired attribute_idsArray of stringsrequiredExample: ["conversation.id","conversation.first_user_conversation_part_created_at"]
start_timeinteger(int64)requiredExample: 1717490000
end_timeinteger(int64)requiredExample: 1717510000
https://api.intercom.io/export/reporting_data/enqueue
https://api.eu.intercom.io/export/reporting_data/enqueue
https://api.au.intercom.io/export/reporting_data/enqueue
curl -i -X POST \ https://api.intercom.io/export/reporting_data/enqueue \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Content-Type: application/json' \ -H 'Intercom-Version: 2.14' \ -d '{ "dataset_id": "conversation", "attribute_ids": [ "conversation.id", "conversation.first_user_conversation_part_created_at" ], "start_time": 1717490000, "end_time": 1717510000 }'
Job enqueued successfully
Bodyapplication/json download_expires_atstringQuery{ "job_identifier": "job1", "status": "pending", "download_url": "string", "download_expires_at": "string" }
The Intercom defined code of the workspace the company is associated to.
job_identifierstringrequiredUnique identifier of the job.
Headers Intercom-Versionstring(intercom_version)Intercom API version.
By default, it's equal to the version set in the app package.
Default 2.14
Enum"1.0""1.1""1.2""1.3""1.4""2.0""2.1""2.2""2.3""2.4"
Example: 2.14
https://api.intercom.io/export/reporting_data/{job_identifier}
https://api.eu.intercom.io/export/reporting_data/{job_identifier}
https://api.au.intercom.io/export/reporting_data/{job_identifier}
curl -i -X GET \ 'https://api.intercom.io/export/reporting_data/{job_identifier}?app_id=string&client_id=string&job_identifier=string' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Intercom-Version: 2.14'
Job status returned successfully
Bodyapplication/json download_expires_atstringList available datasets and attributes Headers Intercom-Versionstring(intercom_version){ "job_identifier": "job1", "status": "complete", "download_url": "", "download_expires_at": "" }
Intercom API version.
By default, it's equal to the version set in the app package.
Default 2.14
Enum"1.0""1.1""1.2""1.3""1.4""2.0""2.1""2.2""2.3""2.4"
Example: 2.14
https://api.intercom.io/export/reporting_data/get_datasets
https://api.eu.intercom.io/export/reporting_data/get_datasets
https://api.au.intercom.io/export/reporting_data/get_datasets
curl -i -X GET \ https://api.intercom.io/export/reporting_data/get_datasets \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Intercom-Version: 2.14'
Download completed export job data Query job_identifierstringrequired Headers Intercom-Versionstring(intercom_version){ "type": "list", "data": [ { … } ] }
Intercom API version.
By default, it's equal to the version set in the app package.
Default 2.14
Enum"1.0""1.1""1.2""1.3""1.4""2.0""2.1""2.2""2.3""2.4"
Example: 2.14
https://api.intercom.io/download/reporting_data/{job_identifier}
https://api.eu.intercom.io/download/reporting_data/{job_identifier}
https://api.au.intercom.io/download/reporting_data/{job_identifier}
curl -i -X GET \ 'https://api.intercom.io/download/reporting_data/{job_identifier}?app_id=string&job_identifier=string' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Intercom-Version: 2.14'Segments
Everything about your Segments
Subscription TypesEverything about subscription types
TeamsEverything about your Teams
Ticket StatesEverything about your ticket states
Ticket Type AttributesEverything about your ticket type attributes
Ticket TypesEverything about your ticket types
TicketsEverything about your tickets
VisitorsEverything about your Visitors
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4