Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.brightdata.com/llms.txt

Use this file to discover all available pages before exploring further.

API endpoint: PUT /api/add_whitelist_ip
Authorization
string
required
API key
API Key should be generated using Generate API Key

PUT body

ip
string
required
IP to allowlist e.g. ip="1.2.1.2"
curl -X PUT "http://127.0.0.1:22999/api/add_whitelist_ip" -H "Authorization: API key" -H "Content-Type: application/json" -d '{"ip":"1.2.1.2"}'