Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v1/stats/pipeline
{ "data": { "stages": {}, "total": 123 } }
Get deal counts grouped by stage
Authorization: Bearer wbk_your_api_key_here
Show properties
curl https://data.leadlex.com/functions/v1/api-gateway/v1/stats/pipeline \ -H "Authorization: Bearer wbk_your_api_key_here"
{ "data": { "stages": { "Lead": 15, "Proposal": 8, "Negotiation": 4, "Won": 12, "Lost": 6 }, "total": 45 } }
insufficient_permissions
deals:read