Sign
    • PDF

    Sign

    • PDF

    Article summary

    POST /kms/v1/keys/{keyTag}/sign

    Create a data signature of up to 8 KB. 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)

    Request body

    {
      "data": "string"
    }
    

    Response

    Response body

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

    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.