---
title: "POST /auth/api/token/verify/"
method: POST
path: "/auth/api/token/verify/"
tags: ["auth"]
---

# POST /auth/api/token/verify/

`POST /auth/api/token/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

- TokenVerify
  - `token` string, required

## Response `201`

Created

- TokenVerify
  - `token` string, required

---

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