---
title: "Register new user"
method: POST
path: "/auth/register"
tags: ["Authentication"]
---

# Register new user

`POST /auth/register`

## Request body

- object
  - `email` string, email, required
  - `password` string, required
  - `name` string
  - `locale` 'en' | 'es'
  - `turnstileToken` string, required

## Response `200`

Registration successful

- AuthResponse
  - `success` boolean
  - `userId` string, uuid
  - `message` string
  - `checkout` boolean

## Other responses

- `400` — Bad request
- `409` — Conflict

---

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