---
title: "Update API account password"
method: POST
path: "/v1/account/setpassword"
tags: ["Account"]
---

# Update API account password

`POST /v1/account/setpassword`

Update API account password - this API must be called to set a permanent password after registration or a forgotten password reset using /resetpassword

## Request body

- SetPassword
  - `api_account_owner` string, required
  - `current-password` string, required
  - `password` string, required

## Response `200`

SetPasswordResponse

- SetPasswordResponse
  - `message` string

## Other responses

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

---

[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/revisions/1d2213b04fdb/schema)
