Logo
Fireblocks API Documentation

Gets whitelisted ip addresses

GET {{baseUrl}}/management/api_users/:userId/whitelist_ip_addresses

Gets whitelisted ip addresses for given Api user.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "userId": "<string>", "whitelistedIps": [ "<string>", "<string>" ] }



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

ENDPOINTS