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": 47 }
Unauthorized requests receive HTTP 401. Rate limit: 120 req/min per key.