Skip to content
API referencePlatformPlatform billing

Platform_billing_stats_timeseries

GET
/platform/v1/billing/stats/timeseries

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Query Parameters

days?integer
Formatint64

Header Parameters

X-Project-Id*string

UUID of the project that scopes consumer accounts, devices, sessions, and VSpaces for the request.

Formatuuid

Response Body

application/json

curl -X GET "https://example.com/platform/v1/billing/stats/timeseries" \  -H "X-Project-Id: 11111111-1111-1111-1111-111111111111"
[  {    "currency": "string",    "day": "string",    "revenue_minor": 0,    "vendor_type": "string"  }]