Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.heffl.com/api/v2/pipelines/{id} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "name": "<string>", "stages": [ { "id": "<string>", "name": "<string>", "position": 123, "probability": 123 } ] }
Returns a single deal pipeline with its stages.
API key for authentication. Get yours at app.heffl.com/settings/developers
Pipeline ID (dpl_ prefix)
OK
Pipeline name
Show child attributes