---
title: "Validate an existing bearer token"
method: GET
path: "/api/persons/{personId}/piiJwt/validate"
tags: ["person-controller"]
---

# Validate an existing bearer token

`GET /api/persons/{personId}/piiJwt/validate`

Returns HTTP code 200 if the JWt is valid, otherwise 401 and an error code and message.

## Path parameters

- `personId` string, required

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Unexpected error in processing the request.

---

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