Sorry, no results found for "".
Returns an array of resource objects of type daily_usage.
GET https://site-api.datocms.com/daily-site-usages HTTP/1.1Authorization: Bearer YOUR-API-TOKENAccept: application/jsonX-Api-Version: 3
curl -g 'https://site-api.datocms.com/daily-site-usages' \ \ -H "Authorization: Bearer YOUR-API-TOKEN" \ -H "Accept: application/json" \ -H "X-Api-Version: 3"
await fetch("https://site-api.datocms.com/daily-site-usages", { headers: { Authorization: "Bearer YOUR-API-TOKEN", Accept: "application/json", "X-Api-Version": "3", },});
HTTP/1.1 200 OKContent-Type: application/jsonCache-Control: cache-control: max-age=0, private, must-revalidateX-RateLimit-Limit: 30X-RateLimit-Remaining: 28
{ "data": [ { "type": "daily_usage", "id": "412", "attributes": { "date": "", "cda_api_calls": 20, "cma_api_calls": 20, "cda_traffic_bytes": 20, "cma_traffic_bytes": 20, "assets_traffic_bytes": 20, "mux_delivered_seconds": 20, "mux_high_resolution_delivered_seconds": 20, "mux_encoded_seconds": 20 } } ]}