Skip to main content
GET
/
.well-known
/
jwks.json
JSON Web Key Set
curl --request GET \
  --url https://api.example.com/.well-known/jwks.json
{
  "keys": [
    {
      "x": "<string>",
      "y": "<string>",
      "kid": "<string>"
    }
  ]
}

Response

JWKS document

keys
object[]
required