---
title: "Get a lead source"
method: GET
path: "/lead_sources/{id}"
tags: ["Lead Sources"]
---

# Get a lead source

`GET /lead_sources/{id}`

Returns a specific lead source

## Path parameters

- `id` integer, required

## Response `200`

Successful response

- LeadSource — Lead source resource
  - `id` integer
  - `name` string

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not found

---

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