Company Attached Contacts

A list of Contact Objects

type
string

The type of object - list

Value: "list"
Array of objects (Contact)

An array containing Contact Objects

total_count
integer

The total number of contacts

object or null (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.

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