Skip to main content
PATCH
Update lead status

Authorizations

X-Api-Key
string
header
required

API key (hr_live_... or hr_test_...). Generate from Settings › Workspace › Acceso API.

Path Parameters

id
string
required

Body

application/json
status
enum<string>
required

New CRM status for the lead. PENDING is the initial system state and cannot be set manually.

Available options:
PENDING,
CONTACTED,
REPLIED,
QUALIFIED,
UNQUALIFIED,
ERROR,
MEETING_SCHEDULED,
FOLLOWED_UP,
NEGOTIATION,
WON,
LOST,
ARCHIVED,
DELETED
Example:

"CONTACTED"

Response

200 - undefined