Base URL https://cdn1.9-cdn.com/api/v1. Authenticate with a bearer token issued in the dashboard.
| Method | Path | Description |
|---|---|---|
| GET | /api/v1/sync | Long-poll edge configuration sync channel |
| GET | /api/v1/resources | List CDN resources |
| GET | /api/v1/stats | Egress and hit-ratio counters |
| GET | /status | PoP health |
Edge agents keep an open GET stream to /api/v1/sync. The channel stays open until the server pushes a configuration revision; clients reconnect with backoff.
curl -N -H "Authorization: Bearer $TOKEN" \ https://cdn1.9-cdn.com/api/v1/sync
60 requests per minute per token on control-plane endpoints. The sync channel is exempt.