cURL
curl --request POST \ --url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/tokens/verify \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>" } '
{ "valid": true, "grantId": "<string>", "scopes": [ "<string>" ], "principal": "<string>", "agent": "<string>", "expiresAt": "2023-11-07T05:31:56Z" }
Server-side token verification. For offline verification, use the JWKS endpoint.
Developer API key
Verification result