cURL
curl --request GET \ --url https://api.proxyscrape.com/v4/account/{subAccountId}/residential/subuser/{subUserId}/statistic \ --header 'api-token: <api-key>'
{ "bandwidth_used": 123, "requests": 123 }
Get usage statistics for a residential subuser. Permission: residential:read.
residential:read
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
Subuser statistics
Was this page helpful?