Skip to main content
POST
Create a pipeline

Supported products

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

objectType
string
requerido

Cuerpo

application/json

An input used to create or replace a pipeline's definition.

displayOrder
integer<int32>
requerido

The order for displaying this pipeline. If two pipelines have a matching displayOrder, they will be sorted alphabetically by label.

label
string
requerido

A unique label used to organize pipelines in HubSpot's UI

stages
object[]
requerido

Pipeline stage inputs used to create the new or replacement pipeline.

pipelineId
string

Respuesta

successful operation

A pipeline definition.

archived
boolean
requerido

Whether the pipeline is archived.

createdAt
string<date-time>
requerido

The date the pipeline was created. The default pipelines will have createdAt = 0.

displayOrder
integer<int32>
requerido

The order for displaying this pipeline. If two pipelines have a matching displayOrder, they will be sorted alphabetically by label.

id
string
requerido

A unique identifier generated by HubSpot that can be used to retrieve and update the pipeline.

label
string
requerido

A unique label used to organize pipelines in HubSpot's UI

stages
object[]
requerido

The stages associated with the pipeline. They can be retrieved and updated via the pipeline stages endpoints.

updatedAt
string<date-time>
requerido

The date the pipeline was last updated.

archivedAt
string<date-time>

The date the pipeline was archived. archivedAt will only be present if the pipeline is archived.

Última modificación el 3 de abril de 2026