cURL
curl --request GET \ --url https://api.voxo.co/v2/messaging/conversations/ \ --header 'Authorization: Bearer <token>'
{ "records": [ { "id": 123, "createdAt": "<string>", "updatedAt": "<string>", "sourceDID": "<string>", "participants": "<string>", "tenantId": 123, "hidden": 123, "name": "<string>", "conversationName": "<string>", "unreadCount": 123, "lastMessageId": 123, "lastMessage": "<string>", "lastMedia": "<unknown>" } ], "page": 123, "totalRecords": 123 }
Get paginated conversations for the authenticated user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Paginated conversations
Conversation records
Show child attributes
Current page
Total number of records
Was this page helpful?
Contact support