---
title: "Send reset password code"
method: POST
path: "/auth/password/send-reset-code"
tags: ["Password"]
---

# Send reset password code

`POST /auth/password/send-reset-code`

Send a code to the user's email address for resetting the password.

## Request body

- object
  - `email` string, required
  - `callback_url` string, required

## Response `200`

Successful response

- object
  - `success` 'maybe, only if user with e-mail exists', required

---

[API](https://skmtc.net/hexclave/apis/hexclave-rest-api-2.md) · [All operations](https://skmtc.net/hexclave/apis/hexclave-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-2/versions/1c982df54232/schema)
