---
title: "Signup"
method: POST
path: "/auth/signup"
tags: ["auth"]
---

# Signup

`POST /auth/signup`

## Request body

- AppRoutesAuthSignUpRequest
  - `email` string, required
  - `password` string, required
  - `secret` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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