Get list of registered validation keys
GET {{baseUrl}}/key_link/validation_keys
Returns the list of validation 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 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"keyId":"\u003cstring\u003e","publicKeyPem":"\u003cstring\u003e","daysTillExpired":"\u003cnumber\u003e","enabled":"\u003cboolean\u003e","createdAt":"\u003cnumber\u003e"},{"keyId":"\u003cstring\u003e","publicKeyPem":"\u003cstring\u003e","daysTillExpired":"\u003cnumber\u003e","enabled":"\u003cboolean\u003e","createdAt":"\u003cnumber\u003e"}],"next":"\u003cstring\u003e"}