cURL
curl --request POST \ --url https://eu-cloudflare.vg-stuff.com/workspaces/{uid}/usage \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "uiTimeRange": "<unknown>", "range": { "start": 123, "end": 123 }, "logsPage": 123 } '
{}
Retrieves usage statistics and analytics for a workspace, this route must use the new V3 endpoints.
{ "range": { "start": 1700000000000, "end": 1700086400000 }, "logsPage": 1 }
range
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Successful response