---
title: "Create source"
method: POST
path: "/sources"
tags: ["Reference Data"]
---

# Create source

`POST /sources`

Creates a new CRM source.

## Request body

- SourceInput
  - `name` string, required — Source name
  - `description` string, nullable — Source description
  - `isActive` boolean — Whether the source is active

## Response `200`

OK

- Source
  - `id` string, required — Source ID
  - `name` string, required — Source name
  - `description` string, nullable — Source description
  - `isActive` boolean, required — Whether the source is active

## Other responses

- `400` — Validation error or bad request
- `401` — Missing or invalid API key
- `403` — Insufficient permission
- `404` — Resource not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/heffl/apis/heffl-api-v2-beta.md) · [All operations](https://skmtc.net/heffl/apis/heffl-api-v2-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heffl/heffl-api-v2-beta/versions/27006cfef4d8/schema)
