cURL
curl --request GET \ --url https://api.proxyscrape.com/v4/account/{subAccountId}/residential/status/uptime \ --header 'api-token: <api-key>'
{ "uptime_percentage": 123, "last_check": "<string>" }
Get uptime status for residential subusers. Permission: residential:read.
residential:read
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
Uptime status
Was this page helpful?