messaging

List messages

Lists the current user's messages from their connected social accounts, ordered by creation time (most recent first). Supports cursor-based pagination and filtering by platform and conversation.

get/v2/messages

Query parameters

limitinteger

Maximum number of messages to return. Defaults to 50.

cursorstring

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

conversationIdstring

Filter to messages within a single conversation.

platformstring[]

Filter messages by platform. Pass multiple values to include any of them.

accountIdstring

Filter to messages belonging to a single connected account.

Response

Default Response

cursorstring

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

Changes

Changed in 2 of the 8 revisions of this API.9

    • added the optional property action to the response with the 403 status

      response-optional-property-added

    • added the optional property action to the response with the 404 status

      response-optional-property-added

    • added the optional property action to the response with the 422 status

      response-optional-property-added

    • added the optional property action to the response with the 500 status

      response-optional-property-added

    • added the optional property details to the response with the 403 status

      response-optional-property-added

    • added the optional property details to the response with the 404 status

      response-optional-property-added

    • added the optional property details to the response with the 422 status

      response-optional-property-added

    • added the optional property details to the response with the 500 status

      response-optional-property-added

    • added the non-success response with the status 403

      response-non-success-status-added