Logo
Fireblocks API Documentation

Returns current OTA status

GET {{baseUrl}}/management/ota

Returns current OTA status

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "enabled": "<boolean>" }



Curl
curl -X GET 'https://api.fireblocks.io/v1/management/ota' -H 'Accept: application/json'

ENDPOINTS