---
title: "POST /api/customers/register"
method: POST
path: "/api/customers/register"
tags: ["api", "customers"]
---

# POST /api/customers/register

`POST /api/customers/register`

Register as a customer

## Request body

- object
  - `sellerId` string, required — The ID of the seller to register for
  - `email` string, email, required — The email of the customer
  - `password` string, required — The password of the customer
  - `prename` string, required — The first name of the customer
  - `lastname` string, required — The last name of the customer
  - `company` string — The company of the customer
  - `consents` object[]
    - `consentId` string, required
    - `status` 'granted' | 'denied', required
  - `verificationMethod` 'otp', required — How the customer verifies the account

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

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