Skip to main content
GET
/
lead-stages
List lead stages
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
    }
  ]
}

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