Skip to main content
GET
Get a message by ID for a contact

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

identifier
string
required
Minimum string length: 1
messageId
string
required
Pattern: \d+

Response

200 - application/json

OK

id
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
conversationId
string
required
contactInboxId
string
required
workspaceId
string
required
text
string | null
required
contentAttributes
required
messageType
enum<string>
required
Available options:
incoming,
outgoing,
activity
contentType
enum<string>
required
Available options:
text,
location,
refLink
senderType
enum<string>
required
Available options:
bot,
contact,
system,
user,
api
sourceId
string | null
required
senderId
unknown
clientId
string
Pattern: \d+
attachments
object[]
user
object
contact
object