---
title: "Password Reset"
method: GET
path: "/password"
tags: ["Authentication"]
---

# Password Reset

`GET /password`

Provide your `username` to request an email be sent to you with password reset instructions.

## Query parameters

- `username` string, required — name of user that will be used in subsequent calls

## Response `200`

Successful Response

- PasswordResponse
  - `ok` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/watttime/apis/watttime-data-api.md) · [All operations](https://skmtc.net/watttime/apis/watttime-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/watttime/watttime-data-api/versions/2c85341b2839/schema)
