API reference
V2Conversation Messages

Get conversation message

Returns a single conversation message.

GET
/api/v2/conversations/{conversation_id}/messages/{id}

Returns a single conversation message.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

conversation_id*string

Conversation

id*string

Id

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v2/conversations/string/messages/string"
{  "status": "ok",  "data": {}}