---
title: "POST /customers"
method: POST
path: "/customers"
tags: ["Customer"]
---

# POST /customers

`POST /customers`

## Request body

- StoreCustomerRequest — Phase 140-03: Store customer via Public API.
  - `first_name` string, required
  - `last_name` string, required
  - `email` string, email, required
  - `phone` string, nullable
  - `company` string, nullable
  - `metadata` string[], nullable

## Response `201`

- string

## Other responses

- `422` — Validation error

---

[API](https://skmtc.dev/boothzen/apis/boothzen-api-v1.md) · [All operations](https://skmtc.dev/boothzen/apis/boothzen-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/boothzen/boothzen-api-v1/revisions/a5ae040e3ba3/schema)
