cURL
curl --request GET \ --url https://crm.uservox.ai/api/v1/leads/query \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ {} ], "pagination": { "total": 123, "limit": 123, "skip": 123 } }
Query multiple leads with optional filters and pagination
Documentation IndexFetch the complete documentation index at: https://docs.uservox.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.uservox.ai/llms.txt
Use this file to discover all available pages before exploring further.
Show Pagination Properties