cURL
curl --request GET \ --url https://us.infisical.com/api/v1/kms/keys/{keyId}/public-key
{ "publicKey": "<string>" }
Get the public key for a KMS key that is used for signing and verifying data. This endpoint is only available for asymmetric keys.
Was this page helpful?