---
title: "Reset password via email"
method: POST
path: "/v1/account/resetpassword"
tags: ["Account"]
---

# Reset password via email

`POST /v1/account/resetpassword`

Reset account password/forgotten password. This API will send a temporary to account email. Note, you must use /setpassword to set a permanent password after using this API

## Request body

- ResetPassword
  - `api_account_owner` string, required

## Response `201`

ResetPasswordResponse

- ResetPasswordResponse
  - `message` string

## Other responses

- `400` — bad input parameter
- `403` — not authorized
- `404` — bad input parameter

---

[API](https://skmtc.net/stellantis/apis/stellantis-connected-vehicle-api.md) · [All operations](https://skmtc.net/stellantis/apis/stellantis-connected-vehicle-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellantis/stellantis-connected-vehicle-api/versions/1d2213b04fdb/schema)
