Opportunity Statuses
Opportunity statuses are a customizable list of stages an Opportunity can be in.
Each Opportunity Status always has a status_type
of either active
, won
, or lost
.
List opportunity statuses for your organization.
GET /status/opportunity/
Create an opportunity status.
POST /status/opportunity/
There are three different types of opportunity statuses: active
, won
, lost
.
To create an Opportunity Status in a specific Pipeline, include
a pipeline_id
in your payload.
Rename an opportunity status.
PUT /status/opportunity/{status_id}/
Delete an opportunity status.
DELETE /status/opportunity/{status_id}/
You should make sure no opportunities are assigned this status, first.