Skip to main content
GET
/
leads
/
stages
List lead stages
curl --request GET \
  --url https://api.heffl.com/api/v1/leads/stages \
  --header 'x-api-key: <api-key>'
{
  "items": [
    {
      "id": "<string>",
      "label": "<string>",
      "type": "<string>",
      "position": 123
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get yours at app.heffl.com/settings/developers

Response

200 - application/json

OK

items
object[]
required