The intercom API reference.
Intercom API (2.11)
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/
Paginated Newsfeed Response
Paginated Newsfeed Response
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.
An array of Newsfeeds
The unique identifier for the newsfeed which is given by Intercom.
Example: "12312"
The name of the newsfeed. This name will never be visible to your users.
Example: "My Newsfeed"
Timestamp for when the newsfeed was created.
Example: 1674917488
{ "type": "list", "pages": { "type": "pages", "page": 1, "next": { … }, "per_page": 2, "total_pages": 13 }, "total_count": 1, "data": [ { … } ] }