Get a validation key by `keyId`
Returns a validation key if it exists, identified by the specified keyId.
GET
TypeScript
Path Parameters
Response
The requested validation key data
External validation key id set by Fireblocks.
Required string length:
36Example:
"46a92767-5f93-4a46-9eed-f012196bb4fc"
PEM encoded public key used for the validation.
Example:
"-----BEGIN PUBLIC KEY ... END PUBLIC KEY-----"
Required range:
x >= 1Example:
365
True if the validation key is enabled.
Example:
false
Creation date (timestamp) in milliseconds.
Example:
12345633
Previous
Disables a validation keyAllows disabling validation key even if it has not expired yet. It is not allowed to enable the validation key back. Another key has to be used for future validations.
Next
TypeScript