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/crm/lead-sources/{leadSourceId}/summary \ --header 'Authorization: Bearer <token>'
{ "leadCount": 123, "convertedLeadCount": 123 }
Retrieve an aggregate summary for a lead source
Enter token in following format: Bearer
The summary of the lead source corresponding to the primary identifier.