---
title: "POST /account/jwt/verify/"
method: POST
path: "/account/jwt/verify/"
tags: ["account"]
---

# POST /account/jwt/verify/

`POST /account/jwt/verify/`

Takes a token and indicates if it is valid. This view provides no    information about a token's fitness for a particular use.

## Request body

- object
  - `token` string, required

## Response `200`

None

## Other responses

- `401` — Invalid refresh token

---

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