Loading theme toggle
POST/auth/register

Register new customer

**Status:** `implemented` Create a new customer account and receive access tokens.

Authentication

Request

Make a POST request to /auth/register with a JSON request body.

Request Body

Required

Content-Type: application/json

Response

201Registration successful
400Bad Request
401Unauthorized
403Forbidden
409Conflict - Email Already Exists
422Unprocessable Entity
429Too Many Requests
500Internal Server Error