---
title: "Create Business Lead"
method: POST
path: "/business-leads/"
tags: ["business-leads"]
---

# Create Business Lead

`POST /business-leads/`

## Request body

- BusinessLeadCreate
  - `name` string, required
  - `work_email` string, email, required
  - `company` string, required
  - `employee_count` integer, required

## Response `201`

Successful Response

- BusinessLeadReceipt — Public confirmation deliberately omits contact and CRM data.
  - `id` string, uuid, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

> 14 revisions in range; 1 not diffed.

- **2026-09-17** `74c5393c2f89` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/helloaxel/apis/client-api-gateway/changes/business-leads/post.md)

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc.dev/helloaxel/apis/client-api-gateway/revisions/a3e985bf842c?raw)
