Skip to main content
POST
Verify a JWT

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
jwt
string
required
rateLimitConfig
object

Response

The verification result

status
enum<string>
required
Available options:
VALID,
INVALID
payload
object
required
exp
integer
required
Required range: x > 0
aud
string