cURL
curl --request GET \ --url https://app.drippi.ai/api/v1/lead-sources \ --header 'x-api-key: <api-key>'
{ "status": "success", "leadSources": [ { "id": "<string>", "name": "<string>", "type": "<string>", "createdAt": "2023-11-07T05:31:56Z", "totalLeads": 123 } ] }
Returns all lead sources for the authenticated user
API key for authentication
Successfully retrieved lead sources
"success"
Show child attributes