logoChakra
The agent guru

Get J S O N Web Key Set

Get the JSON Web Key Set

GET
/jwks

Get the JSON Web Key Set

Authorization

bearerAuth
AuthorizationBearer <token>

Bearer token authentication

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/jwks"
{  "keys": [    {      "kid": "string",      "kty": "string",      "alg": "string",      "use": "sig",      "n": "string",      "e": "string",      "crv": "string",      "x": "string",      "y": "string"    }  ]}