Conversations
Retrieve a message
Retrieve the details of a message from a conversation.
GET
/
conversation
/
v1
/
conversations
/
{conversationId}
/
messages
/
{messageId}
Authorizations
asapp-api-id
string
headerrequiredasapp-api-secret
string
headerrequiredPath Parameters
conversationId
string
requiredThe identifier for a conversation.
messageId
string
requiredInternal message identifier from ASAPP
Response
200 - application/json
Response for GetMessage
text
string
requiredText sent
sender
object
requiredA participant within a conversation
messageId
string
requiredThe identifier of the message.
createdTimestamp
string
requiredThe time when the message object was created in the ASAPP system.
clientTimestamp
string
requiredThe timestamp of when the message was sent.
Was this page helpful?