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