API reference

GET /api/v1/usage

Ingested event volume for the period.

Parameters

This endpoint takes no parameters.

Response

Content-Type application/json. Cache-Control no-store.

{
  "period": {
    "start": "2025-03-09",
    "granularity": "day"
  },
  "unit": "events",
  "totals": {
    "current": 436534,
    "limit": 5000000
  }
}

Example

curl -s https://son.skunkeu.win/api/v1/usage