API reference overview
The portal exposes a JSON API athttps://api.kvcachestore.com/api/v1/*.
Authentication
- Dashboard requests use session cookies.
- Automation requests use
Authorization: Bearer <api-key>.
Common headers
Errors
The API uses standard HTTP status codes:| Status | Meaning |
|---|---|
200 OK | Success |
201 Created | Resource created |
400 Bad Request | Invalid request body |
401 Unauthorized | Missing or invalid credentials |
403 Forbidden | Permission denied, quota exceeded, or suspended customer |
404 Not Found | Resource does not exist |
500 Internal Server Error | Server error |