---
title: "Get the password verification token for a respondent"
method: GET
path: "/respondents/{respondent_id}/password-verification-token"
tags: ["respondents"]
---

# Get the password verification token for a respondent

`GET /respondents/{respondent_id}/password-verification-token`

Get the password verification token for a respondent

## Path parameters

- `respondent_id` string, uuid, required

## Response `200`

The password verification token has been retrieved

- object
  - `token` string

## Other responses

- `404` — The respondent does not exist

---

[API](https://skmtc.net/office-of-national-statistics/apis/party-service-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/party-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/party-service-api/revisions/a9abfd072409/schema)
