cURL
curl --request GET \ --url https://app.drippi.ai/api/v1/lead-sources/{id} \ --header 'x-api-key: <api-key>'
{ "status": "success", "leadSource": { "id": "<string>", "name": "<string>", "type": "<string>", "createdAt": "2023-11-07T05:31:56Z", "totalLeads": 123 } }
Returns a specific lead source by its ID
API key for authentication
Lead Source ID
Successfully retrieved lead source
"success"
Show child attributes