latestOpenAPI 3.0.32026-08-23410223.0 KB

c93447ba6b9d

messaging

List conversations

Lists the current user's direct-message conversations from their connected social accounts, ordered by last activity time (most recent first). Supports cursor-based pagination and filtering by platform and account.

get/v2/conversations

Query parameters

limitinteger

Maximum number of conversations to return. Defaults to 50.

cursorstring

Opaque cursor returned by a previous call. Pass it to fetch the next page.

platform'facebook' | 'instagram'
accountIdstring

Filter to conversations belonging to a single connected account.

Response

Default Response

cursorstring

Cursor for the next page. Absent when there are no more conversations.