Skip to main content
GET
/
v4
/
account
/
{subAccountId}
/
residential
/
status
/
uptime
Subuser uptime status
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>"
}

Authorizations

api-token
string
header
required

API key. Create and manage keys at /v4/account/api-keys or in the dashboard.

Path Parameters

subAccountId
string<uuid>
required

Response

200 - application/json

Uptime status

uptime_percentage
number
last_check
string