cURL
curl --request GET \ --url https://api.proxyscrape.com/v4/account/{subAccountId}/residential/overview \ --header 'api-token: <api-key>'
{ "plan": "<string>", "bandwidth_used": 123, "bandwidth_limit": 123, "status": "<string>" }
Get residential subscription overview: plan, bandwidth used/remaining, status. Permission: residential:read.
residential:read
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
Residential overview
Was this page helpful?