Verify
    • PDF

    Verify

    • PDF

    Article summary

    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 NameTypeAdditional Information
    x-ncp-apigw-timestampHeader(Required)
    x-ncp-apigw-signature-v2Header(Required)
    x-ncp-iam-access-keyHeader(Required)
    keyTagpath(Required)
    dataBody: StringBase64 Encoded text(Up to 8KB)
    signatureBody: StringBase64 Encoded text

    Request body

    {
      "data": "string",
      "signature": "string"
    }
    

    Response

    Response code: 200

    Response body

    {
      "code": "string",
      "data": {
        "valid": true
      }
    }
    

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.