---
title: "Get all lead sources"
method: GET
path: "/leadSources"
tags: ["LeadSources"]
---

# Get all lead sources

`GET /leadSources`

Returns all lead sources. Please note that the list of lead sources is fixed, it cannot be modified. All leads created through the Pipedrive API will have a lead source `API` assigned.

## Response `200`

The successful response containing payload in the `data` field.

- object
  - `success` boolean
  - `data` object[]
    - `name` string — The unique name of a lead source

---

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