cURL
curl --request GET \ --url https://api.voxo.co/v2/messaging/conversations/search-messages \ --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 messages within conversations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Search text
Conversation ID to search within
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