cURL
curl --request GET \ --url https://api.proxyscrape.com/v4/account/{subAccountId}/residential-unlimited/overview \ --header 'api-token: <api-key>'
{ "plan": "<string>", "status": "<string>", "speed": "<string>" }
Get residential unlimited subscription overview: plan, status, connection details. Permission: residential_unlimited:read.
residential_unlimited:read
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
Overview
Was this page helpful?