Disables a validation key
Allows 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.
PATCH
TypeScript
Path Parameters
The unique identifier for the validation key provided by Fireblocks
Example:
"46a92767-5f93-4a46-9eed-f012196bb4fc"
Body
application/json
Disable validation key
Example:
false
Response
Modified 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
Get list of mpc keysReturns a list of MPC signing keys of the workspace. For each key, the list of players associated with it is attached.
**Note:**
This endpoint is currently in beta and might be subject to changes.
Next
TypeScript