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
Response
Valid JWT token
string required
Example response
"OK"
Verify the validity of a JWT access token. If no request body is provided, the Authorization header will be used for verification.
Valid JWT token
"OK"