Verify
- Print
- PDF
Verify
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
POST /kms/v1/keys/{keyTag}/verify
Compare the signature value against up to 8 KB of data and return a verified result. It can only be requested as a RSA2048 or ECDSA key type.
Request
Request parameters
Parameter Name | Type | Additional Information |
---|---|---|
x-ncp-apigw-timestamp | Header(Required) | |
x-ncp-apigw-signature-v2 | Header(Required) | |
x-ncp-iam-access-key | Header(Required) | |
keyTag | path(Required) | |
data | Body: String | Base64 Encoded text(Up to 8KB) |
signature | Body: String | Base64 Encoded text |
Request body
{
"data": "string",
"signature": "string"
}
Response
Response code: 200
Response body
{
"code": "string",
"data": {
"valid": true
}
}
Was this article helpful?