---
title: "Verify JWT token"
method: POST
path: "/token/verify"
tags: ["session"]
---

# Verify JWT token

`POST /token/verify`

Verify the validity of a JWT access token. If no request body is provided, the Authorization header will be used for verification.

## Request body

- VerifyTokenRequest
  - `token` string — JWT token to verify

## Response `200`

Valid JWT token

- string

## Other responses

- `default` — An error occurred while processing the request

---

[API](https://skmtc.net/nhost/apis/nhost-authentication-api.md) · [All operations](https://skmtc.net/nhost/apis/nhost-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nhost/nhost-authentication-api/revisions/a5c0d88b55c4/schema)
