Get a public key
This key management operation allows retrieving the public key of an asymmetric key stored inside the device's secure repository.
Allowed users
Allowed
Required access scope
keymgmt:get
Get a public key
GET
https://my.ence.do/api/keymgmt/get/:kid
Get a public key from asymmetric key only
Query Parameters
Name
Type
Description
kid*
String
Key ID, 32 chars hex string
Headers
Name
Type
Description
Authorization*
String
Bearer JWT_TOKEN
Response data for successful operation
Name
Type
Description
pubkey
String
Base64 encoded public key
type
String
Type of a key
updated
String
Last update timestamp
Log entries
Event
Result
Source
LOG_TYPE_FAILED_SCOPE_CHECK
LOG_RESULT_FAILED
403
Last updated