---
title: "Register"
method: POST
path: "/api/v1/auth/register"
tags: ["auth"]
---

# Register

`POST /api/v1/auth/register`

## Request body

- RegisterRequest
  - `email` string, email, required
  - `password` string, required
  - `display_name` string, required

## Response `201`

Successful Response

- TokenResponse
  - `access_token` string, required
  - `refresh_token` string, required
  - `token_type` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tomeku-development/apis/mesh-platform-api.md) · [All operations](https://skmtc.dev/tomeku-development/apis/mesh-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tomeku-development/mesh-platform-api/revisions/08ace1bb7b09/schema)
