Logo
Fireblocks API Documentation

Get a signing key by `keyId`

GET {{baseUrl}}/key_link/signing_keys/:keyId

Returns a signing key if it exists, identified by the specified Fireblocks provided keyId. 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 
Accept
string




RESPONSES

status OK

{ "keyId": "<string>", "signingDeviceKeyId": "<string>", "publicKeyPem": "<string>", "algorithm": "<string>", "enabled": "<boolean>", "vaultAccountId": "<number>", "agentUserId": "<string>", "createdAt": "<number>" }



Curl
curl -X GET 'https://api.fireblocks.io/v1/key_link/signing_keys/:keyId' -H 'Accept: application/json'

ENDPOINTS