cURL
curl --request GET \ --url https://api.gcore.com/fastedge/v1/admin/prebilling_consumption \ --header 'Authorization: <api-key>'
{ "pagination": { "total_pages": 123, "current_page": 123, "limit": 123 }, "data": [ { "client_id": 123, "date": "2023-12-25", "subproduct": "<string>", "metric_value": 123, "metric_unit": "<string>", "metric_name": "<string>" } ] }
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Start date in yyyy-MM-dd format
End date in yyyy-MM-dd format
Limit for pagination
Offset for pagination
Ok
Show child attributes
Was this page helpful?