Public API
Cache purge and analytics endpoints require a customer API key from the portal.
GET /v2/status
Authorization: Bearer <api_key>
200 OK
{ "status": "operational", "pops": 28, "regions": ["RU-MSK", "RU-SPB", "RU-VOL", "RU-SIB", "KZ", "BY"] }
Unauthorized requests receive HTTP 401. Rate limit: 120 req/min per key.