---
title: "Request a Password Reset"
method: POST
path: "/auth/password/request"
tags: ["Authentication"]
---

# Request a Password Reset

`POST /auth/password/request`

Request a reset password email to be send.

## Request body

- object
  - `email` string, required — Email address of the user you're requesting a reset for.

## Other responses

- `401` — Error: Unauthorized request

---

[API](https://skmtc.dev/utomic-media/apis/dynamic-api-specification.md) · [All operations](https://skmtc.dev/utomic-media/apis/dynamic-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/utomic-media/dynamic-api-specification/revisions/4a0ccd34700e/schema)
