cURL
curl --request GET \ --url https://api.voxo.co/v2/messaging/messages/ \ --header 'Authorization: Bearer <token>'
{ "records": "<array>", "page": 123, "totalRecords": 123 }
Get paginated messages for a conversation
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Conversation ID
Paginated messages
Message records
Current page
Total number of records
Was this page helpful?
Contact support