Add a new validation key
Adds a new validation key used to validate signing keys. The new validation key will undergo an approval process by the workspace quorum.
POST
TypeScript
Documentation Index
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Body
application/json
Response
The validation key that was added and is pending approval.
Created validation key
Admins who have to approve the validation key addition
Minimal number of approvers required. 0 for all
Required range:
x >= 0Example:
0
Approval request id. Can be cancelled
Example:
1234
Previous
Get a validation key by `keyId`Returns a validation key if it exists, identified by the specified `keyId`.
Next
TypeScript