Logo
Fireblocks API Documentation

Get API key

GET {{baseUrl}}/cosigners/:cosignerId/api_keys/:apiKeyId

Get an API key by ID Note: These endpoints are currently in beta and might be subject to changes.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "id": "<uuid>", "lastSeen": "<dateTime>" }



Curl
curl -X GET 'https://api.fireblocks.io/v1/cosigners/:cosignerId/api_keys/:apiKeyId' -H 'Accept: application/json'

ENDPOINTS