Before you start
For customer access requirements and API version support, see: Customer authorization
API versioning
Choose Web API or RTM API
The Customer Chat API is available as a Web API and an RTM API. Choose between them based on how your integration connects and receives updates.Customer Chat resources
The Customer Chat Web API resources cover operations that a customer-facing interface can perform on behalf of a customer. For shared chat, thread, event, and user objects, see the Customer Chat API data structures.Related APIs
For a broader comparison, see Messaging APIs.
Pagination
Uselimit to control the page size and sort_order to return the oldest or newest records first.
The response contains next_page_id and, where supported, previous_page_id. Pass the appropriate value as page_id to move forward or backward. The API reuses the original limit and sort_order, so those parameters can’t be provided along with page_id. Start a new pagination request to change them.
The page_id token expires after 1 month.