Get list of signing keys

GET {{baseUrl}}/key_link/signing_keys

Returns the list of signing keys in the workspace 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 Params

KeyDatatypeRequiredDescription
pageCursorstringCursor to the next page
pageSizenumberAmount of results to return in the next page
sortBystringField(s) to use for sorting
orderstringIs the order ascending or descending
vaultAccountIdstringReturn keys assigned to a specific vault
agentUserIdstringReturn keys associated with a specific agent user
algorithmstringReturn only keys with a specific algorithm
enabledstringReturn keys that have been proof of ownership
availablestringReturn keys that are proof of ownership but not assigned. Available filter can be used only when vaultAccountId and enabled filters are not set

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"keyId":"\u003cstring\u003e","signingDeviceKeyId":"\u003cstring\u003e","publicKeyPem":"\u003cstring\u003e","algorithm":"\u003cstring\u003e","enabled":"\u003cboolean\u003e","vaultAccountId":"\u003cnumber\u003e","agentUserId":"\u003cstring\u003e","createdAt":"\u003cnumber\u003e"},{"keyId":"\u003cstring\u003e","signingDeviceKeyId":"\u003cstring\u003e","publicKeyPem":"\u003cstring\u003e","algorithm":"\u003cstring\u003e","enabled":"\u003cboolean\u003e","vaultAccountId":"\u003cnumber\u003e","agentUserId":"\u003cstring\u003e","createdAt":"\u003cnumber\u003e"}],"next":"\u003cstring\u003e"}