GET
/
conversation
/
v1
/
conversations
/
{conversationId}
/
messages
/
{messageId}

Authorizations

asapp-api-id
string
header
required
asapp-api-secret
string
header
required

Path Parameters

conversationId
string
required

The identifier for a conversation.

messageId
string
required

Internal message identifier from ASAPP

Response

200 - application/json

Response for GetMessage

clientTimestamp
string
required

The timestamp of when the message was sent.

createdTimestamp
string
required

The time when the message object was created in the ASAPP system.

messageId
string
required

The identifier of the message.

Minimum length: 1
sender
object
required

A participant within a conversation

text
string
required

Text sent

Minimum length: 1