---
title: "Admin Create Lead"
method: POST
path: "/v1/admin/create-lead"
tags: ["Admin"]
---

# Admin Create Lead

`POST /v1/admin/create-lead`

[ADMIN] Create a test lead for an org.

## Request body

- AdminCreateLeadRequest
  - `org_name` string, required
  - `first_name` string, required
  - `last_name` string, nullable
  - `phone` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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