Radicas Docs
API referenceGenerated

Usage Daily

GET
/usage/daily

Tracked events per day over the last N days, from the configured meter source.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Query Parameters

days?Days
Range1 <= value <= 90
Default30

Response Body

application/json

application/json

curl -X GET "https://example.com/usage/daily"
[  {    "day": "string",    "events": 0  }]
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}