Skip to main content
GET
/
v1
/
crm
/
lead-sources
/
{leadSourceId}
/
summary
Get a Lead Source Summary
curl --request GET \
  --url https://api.example.com/v1/crm/lead-sources/{leadSourceId}/summary \
  --header 'Authorization: Bearer <token>'
{
  "leadCount": 123,
  "convertedLeadCount": 123
}

Authorizations

Authorization
string
header
required

Enter token in following format: Bearer

Path Parameters

leadSourceId
string
required

Response

The summary of the lead source corresponding to the primary identifier.

leadCount
number
required
convertedLeadCount
number
required