---
title: "Create a new Customer on this Platform."
method: POST
path: "/customers"
tags: ["1. Customers"]
---

# Create a new Customer on this Platform.

`POST /customers`

## Request body

- CreateCustomerCriteria
  - `customerIdentifier` string, required — A unique identifier for this customer. Must be between 5-100 characters and accepts the following: -0-9a-zA-Z in any sequence.
  - `displayName` string, required — A friendly name for this customer. Must be between 5-100 characters and accepts letters, numbers, punctuation and whitespace separators in any sequence.

## Response `201`

Created

- CreateCustomerCriteria
  - `customerIdentifier` string, required — A unique identifier for this customer. Must be between 5-100 characters and accepts the following: -0-9a-zA-Z in any sequence.
  - `displayName` string, required — A friendly name for this customer. Must be between 5-100 characters and accepts letters, numbers, punctuation and whitespace separators in any sequence.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict; Duplicate Exists
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/tangocard/apis/tango-api.md) · [All operations](https://skmtc.net/tangocard/apis/tango-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tangocard/tango-api/revisions/324ad9683921/schema)
