Skip to main content
GET
Get Public Key

Authorizations

Authorization
string
header
required

The Authorization header expects a Bearer token.

Query Parameters

keyId
string
required

ID of the asymmetric KMS key whose public key should be returned.

Response

200 - application/json

A successful response.

keyId
string

ID of the asymmetric KMS key whose public key was returned.

publicKey
string

Public key value. The value is a PEM-encoded X.509 public key, also known as SubjectPublicKeyInfo (SPKI), as defined in RFC 5280.