---
title: "Request password reset"
method: GET
path: "/api/auth/status"
tags: ["auth"]
---

# Request password reset

`GET /api/auth/status`

Request password reset

## Response `200`

Password recovery request sent successfully

- object
  - `status` object
    - `code` integer
  - `data` User
    - `id` string, uuid
    - `name` string
    - `company` string
    - `language` string
    - `email` string
    - `imageUrl` string

## Other responses

- `404` — The specified resource was not found

## Changes

- **2018-08-20** `3ff54b27e8aa` — 1 breaking, 1 warning, 2 info
  - the `status/code` response's property type/format changed from `integer`/`` to `string`/`` for status `404`
  - removed the optional property `errors` from the response with the `404` status
  - api operation id `requestPasswordResetUser` removed and replaced with `authStatus`
  - added the optional property `status/message` to the response with the `404` status
- **2018-08-20** `ba36cd387928` — 1 breaking, 1 warning, 2 info
  - the `status/code` response's property type/format changed from `string`/`` to `integer`/`` for status `404`
  - removed the optional property `status/message` from the response with the `404` status
  - api operation id `authStatus` removed and replaced with `requestPasswordResetUser`
  - added the optional property `errors` to the response with the `404` status

[Change history](https://skmtc.dev/citizenos/apis/citizenos-api/changes/api/auth/status/get.md)

---

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