Quantil – IP Addresses Used to Access Origins

Quantil – IP Addresses Used to Access Origins

To identify the IP addresses used by Quantil when accessing your origin servers, follow the steps below. This is often required for firewall whitelisting or security monitoring.


Step-by-Step Instructions

1. Obtain API Credentials

You will need:

  • Account API Key

  • API Secret Value

🔒 To get your API credentials, please contact Quantil's technical support.


2. Use the IP CIDR Retrieval API

Quantil provides a specific API endpoint to retrieve the list of IP CIDR blocks used by their platform:

Endpoint:

bash

CopyEdit

GET /api/report/ip-cidrs

This API returns the IP address ranges that Quantil uses to communicate with your origin servers.


API Documentation

Detailed documentation about this API can be found at:
🔗 Quantil API Documentation – GetCacheIPs


Notes

  • Ensure your system or firewall configuration accepts connections from the IP ranges returned by this API.

  • The IP list may change over time, so periodic re-checks are recommended.