Verify JWT token
POST /token/verify
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.
Authorizations
Section titled “Authorizations ”- BearerAuth
- None
Request Body
Section titled “Request Body ”Optional JWT token to verify (if not provided, Authorization header will be used)
object
token
JWT token to verify
string
Responses
Section titled “ Responses ”Valid JWT token
string
Example
OKdefault
Section titled “default ”An error occurred while processing the request
Standardized error response
object
status
required
HTTP status error code
integer
Example
400 message
required
Human-friendly error message
string
Example
Invalid email format error
required
Error code identifying the specific application error
string