cURL
curl --request POST \ --url https://prod.oneloop.ai/api/v1/jwt/verify \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "jwt": "<string>" } '
{ "status": "VALID", "payload": {}, "exp": 1, "aud": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
The verification result
VALID
INVALID
x > 0