# Public Keys ## Gets the bank's current signing public key. - [GET /v1/.well-known/jwks.json](https://developers.bcb.bm/apis/open-banking-api/open-banking-api/public-keys/publickeys_getjwks.md): Gets the bank’s current signing public key in JWKS format. Returns a JWKS containing one RSA key with fields: - kid: rsa-{keyVersion} - kty: RSA - alg: PS256 - use: sig - n/e: base64url-encoded modulus and exponent This endpoint requires OpenBankApi authorization; no private key material is exposed.