Skip to main content
GET
/
v4
/
account
/
{subAccountId}
/
datacenter_shared
/
whitelist
Manage IP whitelist
curl --request GET \
  --url https://api.proxyscrape.com/v4/account/{subAccountId}/datacenter_shared/whitelist \
  --header 'api-token: <api-key>'
{
  "success": true,
  "ips": [
    "<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

Query Parameters

type
enum<string>
required
Available options:
get,
add,
remove,
set
ip[]
string[]

Response

200 - application/json

Whitelist response

success
boolean
ips
string[]