cURL
curl --request GET \ --url https://api.heffl.com/api/v1/lead-sources \ --header 'x-api-key: <api-key>'
{ "items": [ { "id": 123, "name": "<string>" } ] }
Returns all CRM sources (lead sources).
API key for authentication. Get yours at app.heffl.com/settings/developers
OK
Show child attributes