---
title: "Reset password"
method: POST
path: "/v1/password/reset"
tags: ["Login"]
---

# Reset password

`POST /v1/password/reset`

Reset password

An email with an embedded link will be sent to the receipient of the email address

The link will contain a token to be used for resetting the password

## Request body

- ResetPasswordRequest
  - `email` string, email, required — the email address of the user requesting the reset password

## Response `204`

the request was accepted

## Other responses

- `400` — Invalid request. See Error message payload for details of failure

---

[API](https://skmtc.net/velopaymentsapi/apis/velo-payments-apis.md) · [All operations](https://skmtc.net/velopaymentsapi/apis/velo-payments-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/velopaymentsapi/velo-payments-apis/revisions/05c3f09fc50a/schema)
