Intercom API

Getting access, Developing, Testing

Back to Intercom

List all conversations

You can fetch a list of all conversations.

You can optionally request the result page size and the cursor to start after to fetch the result

Input

type: object properties: parameters: type: object properties: Intercom-Version: type: number Accept: type: string per_page: type: string description: How many results per page starting_after: type: string description: String used to get the next page of conversations. title: Parameters