cURL
curl --request GET \ --url https://api.voxo.co/v2/messaging/messages/search \ --header 'Authorization: Bearer <token>'
{ "records": [ { "id": 123, "userId": 123, "userName": "<string>", "peerName": "<string>", "conversationId": 123, "conversationName": "<string>", "participants": "<string>", "text": "<string>" } ], "page": 123, "totalRecords": 123 }
Search across all messages for the authenticated user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Search text
Start date (ISO 8601)
End date (ISO 8601)
Search results
Message search results
Show child attributes
Current page
Total number of records
Was this page helpful?
Contact support