Add a new validation key

POST {{baseUrl}}/key_link/validation_keys

Adds a new validation key used to validate signing keys. The new validation key will undergo an approval process by the workspace quorum. Please note that this endpoint is available only for Key Link enabled workspaces. Note: This endpoint is currently in beta and might be subject to changes. If you want to participate and learn more about the Fireblocks Key Link, please contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.

Request Body

{"publicKeyPem"=>"<string>", "daysTillExpired"=>"<number>"}

HEADERS

KeyDatatypeRequiredDescription
Idempotency-KeystringA 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.
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;validationKey&quot;:{&quot;keyId&quot;:&quot;\u003cstring\u003e&quot;,&quot;publicKeyPem&quot;:&quot;\u003cstring\u003e&quot;,&quot;daysTillExpired&quot;:&quot;\u003cnumber\u003e&quot;,&quot;enabled&quot;:&quot;\u003cboolean\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cnumber\u003e&quot;},&quot;admins&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;approvalThreshold&quot;:&quot;\u003cnumber\u003e&quot;,&quot;requestId&quot;:&quot;\u003cnumber\u003e&quot;}