Search conversations.
Search conversations.
bearerToken Personal access tokens created from the ThriveDesk UI. Create one under Integrations -> API Keys.
In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/search" \ -H "Content-Type: application/json" \ -d '{ "q": { "subject": "refund", "status": "Active" }, "per-page": 20, "sort": "newest" }'{ "success": true, "data": { "conversations": {} }}Filter object passed to the search engine. Common keys: subject,
status, inbox_id, assignee_id, tag_id, contact_id,
from_date, to_date. Defaults to no filters.
20"newest"Value in