cURL
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
API key for authentication
Lead Source ID
Successfully retrieved lead source statistics
"success"
Show child attributes