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.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Idempotency-Key
|
string | 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. | |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"validationKey": {
"keyId": "<string>",
"publicKeyPem": "<string>",
"daysTillExpired": "<number>",
"enabled": "<boolean>",
"createdAt": "<number>"
},
"admins": [
"<string>",
"<string>"
],
"approvalThreshold": "<number>",
"requestId": "<number>"
} |
ENDPOINTS