EdgeGrid CDN
All edge services operational

Global CDN API

Programmable edge delivery for static assets, media and API traffic. Low-latency routing, smart caching and instant purge across our global edge network.

Explore API
GET /v1/edge/status HTTP/1.1
Host: api.edgegrid.example
Authorization: Bearer ••••••••••••

HTTP/1.1 200 OK

{
  "status": "operational",
  "region": "eu-west",
  "cache_hit_ratio": 0.947,
  "edge_latency_ms": 18
}
Network
Operational
Edge locations
184
Cache hit ratio
94.7%
Median latency
18 ms

API endpoints

GET /v1/edge/status Global network health
GET /v1/zones/{zone_id} Zone configuration
POST /v1/cache/purge Purge cached objects
PATCH /v1/routes/{route_id} Update edge route

Quick start

curl -s https://api.edgegrid.example/v1/edge/status \
  -H "Authorization: Bearer $EDGEGRID_TOKEN" \
  -H "Accept: application/json"