Skip to main content
POST
Create Stage

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

objectType
string
required

The type of object for which the pipeline stage is being created, such as deals or tickets.

pipelineId
string
required

The unique identifier of the pipeline to which the new stage will be added.

Body

application/json
displayOrder
integer<int32>
required

An integer indicating the position of this stage within the pipeline. Lower numbers indicate earlier stages.

label
string
required

The name of the pipeline stage. It is a string that provides a human-readable identifier for the stage.

metadata
object
required

An object containing additional properties for the stage. Each property is a key-value pair where both key and value are strings.

stageId
string

A string that uniquely identifies the stage within the pipeline.

Response

successful operation

archived
boolean
required

A boolean indicating whether the stage is archived.

createdAt
string<date-time>
required

The date and time when the stage was created, in ISO 8601 format.

displayOrder
integer<int32>
required

An integer indicating the position of this stage within the pipeline, determining its order relative to other stages.

id
string
required

A unique string identifier for the pipeline stage.

label
string
required

The name or title of the pipeline stage, represented as a string.

metadata
object
required

An object containing additional metadata for the stage, with string values for each property.

updatedAt
string<date-time>
required

The date and time when the stage was last updated, in ISO 8601 format.

writePermissions
enum<string>
required

A string indicating the write permissions for the stage. Valid values include 'CRM_PERMISSIONS_ENFORCEMENT', 'READ_ONLY', and 'INTERNAL_ONLY'.

Available options:
CRM_PERMISSIONS_ENFORCEMENT,
INTERNAL_ONLY,
READ_ONLY
archivedAt
string<date-time>

The date and time when the stage was archived, in ISO 8601 format.

Last modified on September 9, 2026