---
title: "POST /api/v1/account/password"
method: POST
path: "/api/v1/account/password"
tags: ["Account"]
---

# POST /api/v1/account/password

`POST /api/v1/account/password`

Changes the current account password after verifying the existing password. Other sessions are revoked.

## Cookies

- `billing_session` string

## Request body

- object
  - `currentPassword` string, required
  - `newPassword` string, required

## Response `200`

The password was changed.

- object
  - `status` 'complete', required

## Other responses

- `400` — The JSON request does not match the password contract.
- `401` — The session or current password is invalid.
- `403` — The request did not originate from this portal.
- `409` — The new password matches the current password.

---

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