cURL
curl --request GET \ --url https://api.proxyscrape.com/v4/account/{subAccountId}/datacenter_shared/usage \ --header 'api-token: <api-key>'
{ "bandwidth_used": 123, "bandwidth_limit": 123, "requests": 123 }
Get bandwidth and request usage for the datacenter subaccount. Permission: datacenter_shared:read or datacenter_dedicated:read.
datacenter_shared:read
datacenter_dedicated:read
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
Usage statistics
Was this page helpful?