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
Key | Datatype | Required | Description |
---|---|---|---|
pageCursor | string | Cursor to the next page | |
pageSize | number | Amount of results to return in the next page | |
sortBy | string | Field(s) to use for sorting | |
order | string | Is the order ascending or descending | |
vaultAccountId | string | Return keys assigned to a specific vault | |
agentUserId | string | Return keys associated with a specific agent user | |
algorithm | string | Return only keys with a specific algorithm | |
enabled | string | Return keys that have been proof of ownership | |
available | string | Return keys that are proof of ownership but not assigned. Available filter can be used only when vaultAccountId and enabled filters are not set |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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"}