API reference overview

The portal exposes a JSON API at https://api.kvcachestore.com/api/v1/*.

Authentication

  • Dashboard requests use session cookies.
  • Automation requests use Authorization: Bearer <api-key>.
API keys are project-scoped. Obtain one from Settings > API Keys in the dashboard.

Common headers

Authorization: Bearer kv_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Content-Type: application/json

Errors

The API uses standard HTTP status codes:
StatusMeaning
200 OKSuccess
201 CreatedResource created
400 Bad RequestInvalid request body
401 UnauthorizedMissing or invalid credentials
403 ForbiddenPermission denied, quota exceeded, or suspended customer
404 Not FoundResource does not exist
500 Internal Server ErrorServer error

Endpoints