Skip to main content
GET
/
management
/
api_users
/
{userId}
/
whitelist_ip_addresses
TypeScript
const response: Promise<FireblocksResponse<GetWhitelistIpAddressesResponse>> = fireblocks.whitelistIpAddresses.getWhitelistIpAddresses(whitelistIpAddressesApiGetWhitelistIpAddressesRequest);
{
  "userId": "<string>",
  "whitelistedIps": [
    "<string>"
  ]
}

Path Parameters

userId
string
required

The ID of the api user

Response

successfully got whitelisted ip addresses

userId
string

The ID of the user

whitelistedIps
string[] | null

List of whitelisted ip addresses