API
FAST Edge Cache API
Use our REST API to automate cache purges, manage zones, and pull real-time metrics into your own tools.
The FAST API is designed for engineers who want to control their CDN configuration from CI pipelines, backend jobs, or internal dashboards. Start with the high-level guides below, then dive into environment-specific examples.
Core REST API
Manage zones, purge cache, and update configuration programmatically. Generate API tokens and test calls from your FAST dashboard.
Status & Health API
Query overall platform status and incident details in JSON. Ideal for integrating FAST health checks into your existing monitoring stack.
IP Location API
Look up geolocation and network information for any IP or hostname via a simple JSON endpoint, backed by the same service used in our tools.
Getting started with the API
- Sign in to your FAST dashboard and open any domain.
- Navigate to the API panel in the overview to copy your Zone ID and Account ID.
- Create an API token with the least privileges required for your use case (for example, cache purging only).
- Use your preferred HTTP client (curl, Postman, or language SDK) to send authenticated requests.