v15

latestOpenAPI 3.0.0MIT Licenseraw.githubusercontent.com2026-08-016088119.5 KB
session

Verify JWT token

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

post/token/verify

Request body

tokenstring

JWT token to verify

Response

Valid JWT token

string required

Example response

"OK"