v14

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-279719892.3 MB
Basic

Create a pipeline

Create a new pipeline with the provided property values. The entire pipeline object, including its unique ID, will be returned in the response.

post/crm/pipelines/2026-03/{objectType}

Path parameters

objectTypestring required

Request body

displayOrderinteger required

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

labelstring required

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

pipelineIdstring

Response

successful operation

archivedboolean required

Whether the pipeline is archived.

archivedAtstring date-time

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

createdAtstring date-time required

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

displayOrderinteger required

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

idstring required

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

labelstring required

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

updatedAtstring date-time required

The date the pipeline was last updated.