Email SupportCall Us Go to Close

Lead Statuses


Lead statuses are a customizable list of stages a Lead can be in.

List lead statuses for your organization.

GET /status/lead/

Create a new status that can be applied to leads.

POST /status/lead/

Rename a lead status.

PUT /status/lead/{status_id}/

Note: to update the status of a particular lead, see PUT /lead/{lead_id}/

Delete a lead status.

DELETE /status/lead/{status_id}/

You should make sure no leads are assigned this status, first.