---
title: "Create a lead source"
method: POST
path: "/lead_sources"
tags: ["Lead Sources"]
---

# Create a lead source

`POST /lead_sources`

Creates a new lead source

## Request body

- object
  - `name` string, required

## Response `200`

Successful response

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

## Other responses

- `401` — Unauthenticated
- `422` — Validation error

---

[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)
