---
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

## Changes

> 24 revisions in range; 2 could not be searched.

- **2026-05-15** `180fda38d099` — 1 warning
  - added the new `maybe, only if user with e-mail exists` enum value to the `success` response property for the response status `200`

[Change history](https://skmtc.dev/hexclave/apis/hexclave-rest-api-2/changes/auth/password/send-reset-code/post.md)

---

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