---
title: "Create Customer"
method: POST
path: "/public/v3/customers"
tags: ["02. Customers"]
---

# Create Customer

`POST /public/v3/customers`

## Request body

- UserReferenceWithEntityType
  - `customer_ip` string — Customer's IP address for analysis (if available)
  - `user_reference` string, required — Unique user identifier from *your* database

## Response `200`

Returns the created `User` object

## Other responses

- `400` — JSON with validation errors

---

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