Skip to main content
GET
/
lead-sources
/
{id}
/
stats
Get lead source statistics
curl --request GET \
  --url https://app.drippi.ai/api/v1/lead-sources/{id}/stats \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "stats": {
    "new": 123,
    "contacted": 123
  }
}
Returns statistics for a specific lead source. This endpoint provides counts of new and contacted leads within the lead source, giving you insights into lead progression and engagement.

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

id
string
required

Lead Source ID

Response

Successfully retrieved lead source statistics

status
string
Example:

"success"

stats
object