post https://{subdomain}.kommo.com/api/v4/leads/pipelines
This method allows adding multiple pipelines
Limitations
The method is available for administrator users only.
Authorization type
OAuth 2.0 with Access Token/ Long-lived token
Response parameters
Parameter | Data type | Description |
---|---|---|
name | string | Pipeline name |
sort | int | Sequence number of the pipeline in the pipeline list |
is_main | bool | Defines whether the pipeline is main for the account |
is_unsorted_on | bool | Defines whether Incoming Leads are enabled. |
_embedded[statuses] | array | Pipeline stages data. You can pass names for the system stages 142 and 143 when adding a pipeline. |
request_id | string | The field that will be returned unchanged in the response and will not be saved. |
Data type header when the request is successful
Content-Type: application/hal+json
Data type header in case of an error
Content-Type: application/problem+json