Skip to main content
POST
/
lead-stages
Create lead stage
curl --request POST \
  --url https://api.heffl.com/api/v2/lead-stages \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "label": "<string>"
}
'
{
  "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

Body

application/json
label
string
required

Lead stage label

type
enum<string>
required

Lead stage type

Available options:
NEW,
CONTACTED,
UNQUALIFIED,
CONVERTED,
JUNK

Response

OK

id
string
required

Lead stage ID

label
string
required

Lead stage label

type
string
required

Lead stage type

position
number
required

Lead stage position