Skip to main content
GET
/
v4
/
account
/
{subAccountId}
/
datacenter_shared
/
overview
Datacenter overview
curl --request GET \
  --url https://api.proxyscrape.com/v4/account/{subAccountId}/datacenter_shared/overview \
  --header 'api-token: <api-key>'
{
  "plan": "<string>",
  "proxy_count": 123,
  "status": "<string>",
  "expires_at": "<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

Datacenter overview

plan
string
proxy_count
integer
status
string
expires_at
string