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

Authorizations

asapp-api-id
string
headerrequired
asapp-api-secret
string
headerrequired

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

text
string
required

Text sent

sender
object
required

A participant within a conversation

messageId
string
required

The identifier of the message.

createdTimestamp
string
required

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

clientTimestamp
string
required

The timestamp of when the message was sent.