---
title: "Reset password with token"
method: POST
path: "/auth/reset-password"
tags: ["Auth"]
---

# Reset password with token

`POST /auth/reset-password`

## Request body

- object
  - `token` string, required
  - `password` string, password, required

## Response `200`

Password reset successful.

- object
  - `success` boolean

---

[API](https://skmtc.net/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.net/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/versions/73f83bc2eff8/schema)
