---
title: "Password recover by email"
method: POST
path: "/sendpassword"
tags: ["hidden"]
---

# Password recover by email

`POST /sendpassword`

Send a forgotten_password_token by email to recover password

## Query parameters

- `email` string, email, required
- `hostname_alias` string

## Response `200`

Successful Operation

## Other responses

- `422` — Email does not exists

---

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