---
title: "Reset Password"
method: POST
path: "/api/v1/mobile/auth/password-reset"
tags: ["Mobile - Authentication"]
---

# Reset Password

`POST /api/v1/mobile/auth/password-reset`

Reset password using the code received via email.

## Request body

- PasswordResetPayload — Reset password with token.
  - `email` string, required — User email address
  - `token` string, required — Reset token from email
  - `new_password` string, required — New password (min 8 characters)

## Response `200`

Successful Response

- PasswordResetResponse — Password reset response.
  - `message` string, required — Status message

## Other responses

- `400` — Bad request
- `401` — Invalid or expired reset code
- `422` — Validation Error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caresquare/fastapi/revisions/c9df874d8d59/schema)
