Pulling IP via API

The list below contains API call details needed for consistently pulling the IP information via API to your firewall when Forcepoint Data Security Cloud | SSE adds new IPs or updates the existing IPs so that the outbound traffic to Forcepoint Data Security Cloud | SSE does not get blocked.

Occasionally, Forcepoint Data Security Cloud | SSE will add new IPs or update our existing IPs. When this occurs, you will need to update your firewalls accordingly with the new IPs to ensure the outbound traffic to Forcepoint Data Security Cloud | SSE does not get blocked. However, to ensure your systems are updated in a timely fashion, Forcepoint Data Security Cloud | SSE has provided a way to consistently pull the IP information via API.

  • For Commercial Cloud, use the curl https://appinfo.bitglass.com API call to pull the IP addresses using basic auth or access the https://appinfo.bitglass.com website to view the IP addresses.
  • If you wish to make the API calls using OAuth token, then you need to setup OAuth token from Settings > API Interface > OAuth page. Once you have created your OAuth token for pulling the IP addresses, replace the -u user@domain:P@assword! with -H "Authorization: Bearer: <your_token_here>".