---
title: "Verify forgotten password code"
method: GET
path: "/v1/api/forgotten-passwords/{code}"
tags: ["Passwords"]
---

# Verify forgotten password code

`GET /v1/api/forgotten-passwords/{code}`

## Path parameters

- `code` string, required

## Response `200`

OK

- ForgottenPassword
  - `_links` Link[]
    - `href` string
    - `method` string
    - `rel` string
  - `code` string
  - `date` string, date-time
  - `user_external_id` string

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/government-digital-service/apis/adminusers-api.md) · [All operations](https://skmtc.net/government-digital-service/apis/adminusers-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/government-digital-service/adminusers-api/revisions/17f1bf916172/schema)
