latestOpenAPI 3.1.02026-08-233001841.3 MB

0dcf3303e9d7

opportunity_statuses

Create an opportunity status

Create a new opportunity status. The status must belong to a pipeline (specified by pipeline_id) and have a type of active, won, or lost.

post/status/opportunity/

Query parameters

_fieldsstring

Comma-separated list of fields to include in the response.

Request body

labelstring required
pipeline_idstring nullable
type'won' | 'lost' | 'active'

Response

Successful response

idstring required
labelstring required
organization_idstring required
pipeline_idstring
type'won' | 'lost' | 'active' required