9CDN API

Base URL https://cdn1.9-cdn.com/api/v1. Authenticate with a bearer token issued in the dashboard.

Endpoints

MethodPathDescription
GET/api/v1/syncLong-poll edge configuration sync channel
GET/api/v1/resourcesList CDN resources
GET/api/v1/statsEgress and hit-ratio counters
GET/statusPoP health

Configuration sync

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

Rate limits

60 requests per minute per token on control-plane endpoints. The sync channel is exempt.