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.
Body
PARAM
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": "<string>",
"publicKeyPem": "<string>",
"daysTillExpired": "<number>",
Curl curl -X GET 'https://api.fireblocks.io/v1/key_link/validation_keys?pageCursor=<string>&pageSize=10&sortBy=createdAt&order=ASC' -H 'Accept: application/json' ENDPOINTS |