---
title: "Create customer"
method: POST
path: "/auth/customer"
tags: ["Customer"]
---

# Create customer

`POST /auth/customer`

Creates a new customer

## Request body

- NewCustomerInput
  - `vaspDID` string, required — Decentralized Identifier
  - `customerRef` string

## Response `200`

Customer created

- Customer
  - `id` string, uuid — Identifier of the Transfer
  - `did` string, required — Decentralized Identifier
  - `vaspDID` string, required — Decentralized Identifier
  - `customerRef` string

---

[API](https://skmtc.net/notabene/apis/notabene-api.md) · [All operations](https://skmtc.net/notabene/apis/notabene-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notabene/notabene-api/versions/70056745a433/schema)
