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