---
title: "Get Lead Reasons"
method: GET
path: "/leads/reasons"
---

# Get Lead Reasons

`GET /leads/reasons`

Retrieves the list of reasons added for the org with reason ids. These reason ids are required to create or update leads.

## Path parameters

- `leadId` string, required

## Response `200`

200

- object
  - `data` object[]
    - `id` integer
    - `reason` string
  - `warnings` unknown[]
    - unknown
  - `errors` unknown[]
    - unknown

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
