---
title: "Change Password"
method: POST
path: "/api/v1/auth/change-password"
tags: ["Internal: Auth"]
---

# Change Password

`POST /api/v1/auth/change-password`

Change password for the current authenticated developer.

## Request body

- PasswordChange
  - `current_password` string, required
  - `new_password` string, required
  - `confirm_password` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/openwearables/apis/open-wearables-api.md) · [All operations](https://skmtc.net/openwearables/apis/open-wearables-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwearables/open-wearables-api/versions/37c1c527cd8f/schema)
