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
TypeScript