Get Public Key
- Print
- PDF
Get Public Key
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
POST /kms/v1/keys/{keyTag}/get-pub-key
Get a publick key. Requests can only be made with RSA and ECDSA type keys.
Request
Request parameters
Parameter Name | Type | Additional Information |
---|---|---|
x-ncp-ocapi-token | Header(Required) | Access Token |
keyTag | Path(Required) | |
keyVersion | Body: Integer | 1 - 100 |
Request body example
{
"keyVersion": 0
}
Response
Response body
{
"code": "string",
"data": {
"publicKey": "string"
}
}
Was this article helpful?