KMS Verify
KMS Managed (v1.5)
KMS Verify
Verify a signature created by a KMS managed key
POST
KMS Verify
Overview
KMS verification uses the same/v1/verify endpoint as BYOK. Pass the KMS key ARN as the public_key parameter — the server detects the ARN format and routes to KMS verification.
Verification does not require Pro plan. Any authenticated user can verify signatures.
Request
KMS key ARN (starts with
arn:aws:kms:)Original message (hex or UTF-8)
Signature from KMS Sign (hex-encoded)
Algorithm used for signing