English
cURL
curl --request POST \ --url https://api.brightdata.com/zone/whitelist \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "zone": "<string>", "ip": "<string>" }'
Add IP to zone’s whitelist
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Was this page helpful?