get https://{subdomain}.kommo.com/api/v4/leads/pipelines
This method allows getting a list of pipelines
Limitations
The method is available for all account users.
Authorization type
OAuth 2.0 with Access Token/ Long-live token.
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
Response parameters
The properties of the pipeline object are listed in the following table.
Parameter | Data type | Description |
---|---|---|
id | int | Pipeline ID |
name | string | Pipeline name |
sort | int | Pipeline sorting |
is_main | bool | Defines whether the pipeline is main for the account |
is_unsorted_on | bool | Defines whether Incoming Leads are enabled |
is_archive | bool | Defines whether the pipeline is archived |
account_id | string | Account ID the pipeline is located in |
_embedded[statuses] | array | Pipeline Stages data |