Here’s an example of the most simple Web Unlocker request using cURL that returns a JSON:

curl "https://lumtest.com/myip.json" \
    --proxy brd.superproxy.io:22225 \
    --proxy-user brd-customer-<CUSTOMER_ID>-zone-<ZONE_NAME>:<ZONE_PASSWORD> 

You can find your API credentials including Username (Customer_ID), Zone name, and Password, within your proxy zone’s ‘Access parameters’ tab.

brd.superproxy.ioAddress of our load balancer that will find the fastest Super Proxy for your request
22225Infrastructure port of our Super Proxies that is used to receive your requests
-user brd-customer-<CUSTOMER_ID>-zone-<ZONE_NAME> Username authentication. In its most basic form, it defines your username and what zone you will use for your request. 
<ZONE_PASSWORD> Zone password. All zones have passwords that are used for authentication
https://lumtest.com/myip.jsonReplace with your target domain. This is just a placeholder that goes to our server for testing purposes.

For an in-depth interactive display of all the API use cases, integrations, and preferences, please see our API examples page.

You’ll need to sign up (for free), and login to the Bright Data control panel in order to access this API tool. If you add your payment method, you’ll even receive a $5 credit to get you started!