---
title: "Customer account reset password."
method: POST
path: "/account/resetpassword"
tags: ["Account"]
---

# Customer account reset password.

`POST /account/resetpassword`

## Request body

- ResetPasswordCriteria — Model for member account reset password criteria.
  - `tgFgtPwd` string, required — Forgotten password key
  - `newPassword` string, required — New password
  - `confirmNewPassword` string, required — Confirm new password

## Response `200`

Success - returns the status of the login request.

## Other responses

- `400` — Bad request - check the response message for what information is missing or incorrect.
- `401` — Authentication error - check your authentication headers.
- `417` — Error response - check the response errors for more information.
- `500` — Error response - internal unrecoverable system error.

---

[API](https://skmtc.dev/travelify/apis/travelify-io-api.md) · [All operations](https://skmtc.dev/travelify/apis/travelify-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/travelify/travelify-io-api/revisions/b09ce3f0c6d5/schema)
