cURL
curl --request GET \ --url https://api.veryfront.com/.well-known/jwks.json \ --header 'Authorization: Bearer <token>'
{ "keys": [ { "kty": "RSA", "use": "sig", "alg": "RS256", "kid": "<string>", "n": "<string>", "e": "<string>" } ] }
Expose the JSON Web Key Set used to verify RS256 JWTs issued by this API.
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Public JSON Web Key Set
JSON Web Key Set
Show child attributes