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-ocapi-token | Header(Required) | Access Token |
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 body
{
"code": "string",
"data": {
"valid": true
}
}
Was this article helpful?