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
Show Pagination Properties