GET
/
api
/
v1
/
kms
/
keys
/
{keyId}
/
public-key
curl --request GET \
  --url https://us.infisical.com/api/v1/kms/keys/{keyId}/public-key
{
  "publicKey": "<string>"
}

Path Parameters

keyId
string
required

The ID of the key to get the public key for. The key must be for signing and verifying.

Response

200
application/json
Default Response
publicKey
string
required