POST
/
api
/
v1
/
jwt
/
verify

Authorizations

Authorization
string
headerrequired

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

Body

application/json
jwt
string
required
rateLimitConfig
object

Response

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