API reference
Messages of one conversation, newest first
GET
/conversations/{id}/messagesAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Format
uuidQuery Parameters
before?string
Format
date-timelimit?integer
Range
value <= 100Default
50Response Body
application/json
application/json
curl -X GET "https://example.com/conversations/497f6eca-6276-4993-bfeb-53cbbbba6f08/messages"{ "messages": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "sender": "contact", "type": "text", "content": "string", "metadata": {}, "external_id": "string", "created_at": "2019-08-24T14:15:22Z" } ]}