get
https://{subdomain}.kommo.com/api/v4/leads/loss_reasons/
Method allows to obtain a loss reason for leads in the account by ID.
Limitations
The method is available in accordance with the user’s rights.
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
| Parameter | Type | Description |
|---|---|---|
| id | int | Loss reason ID |
| name | string | Loss reason name |
| sort | int | Loss reason sorting |
| created_at | int | The time and date the loss reason was created in the format of Unix Timestamp |
| updated_at | int | The time and date the loss reason was updated in the format of Unix Timestamp |
