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

Client stage label

Response

OK

id
string
required

Client stage ID

label
string
required

Client stage label

position
number
required

Client stage position