---
title: "Sign up with email and password"
method: POST
path: "/auth/password/sign-up"
tags: ["Password"]
---

# Sign up with email and password

`POST /auth/password/sign-up`

Create a new account with email and password

## Request body

- object
  - `email` string, required — The email to sign in with.
  - `password` string, required
  - `verification_callback_url` string — The base callback URL to construct a verification link for the verification e-mail. A query parameter `code` with the verification code will be appended to it. The page should then make a request to the `/contact-channels/verify` endpoint.

## Response `200`

Successful response

- object
  - `access_token` string, required
  - `refresh_token` string, required
  - `user_id` string, required

---

[API](https://skmtc.dev/hexclave/apis/hexclave-rest-api-3.md) · [All operations](https://skmtc.dev/hexclave/apis/hexclave-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-3/revisions/8451fc4b3a2e/schema)
