v22

latestOpenAPI 3.1.0MIT Licenseraw.githubusercontent.com2026-08-0312123228.9 KB
Messages API

List all messages

List all messages in the conversation

get/public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversations/{conversation_id}/messages

Response

Success

idinteger

Id of the message

contentstring nullable

Text content of the message. Can be null for attachment-only messages.

message_typeinteger

Denotes the message type. Possible values: 0 (incoming), 1 (outgoing), 2 (activity), 3 (template)

content_typestring

Content type of the message

content_attributesobject

Additional content attributes of the message

created_atinteger

Created at Unix timestamp of the message

conversation_idinteger

Display Id of the conversation the message belongs to