Skip to main content
GET
/
oauth
/
jwks
Get JWKS
curl --request GET \
  --url https://api.bkey.id/oauth/jwks \
  --header 'Authorization: Bearer <token>'
{
  "keys": [
    {
      "kty": "<string>",
      "crv": "<string>",
      "x": "<string>",
      "use": "<string>",
      "alg": "<string>",
      "kid": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

EdDSA-signed JWT obtained via OAuth 2.1 client_credentials or CIBA

Response

200 - application/json

Default Response

keys
object[]
required