Skip to main content
GET
Validate a JWT token

Headers

Authorization
string
required

Bearer {token}

Example:

"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9..."

Response

Validation result

valid
boolean
required

Whether the auth token is currently valid

Example:

true

refreshable
boolean

Present and true when the auth token is expired but the refresh window is still open

Example:

true