Skip to main contentQuick Start Process (Taking “Get Proxy List” as an Example)
New users can quickly complete their first interface call in 3 steps:
- Generate an API key as described above and copy it for safekeeping.
- Construct the request (example using Postman or code):
- Request URL:
https://api.xxx.com/proxies/list (replace with the platform’s actual API domain name).
- Request Method:
GET.
- Request Header:
Authorization: Bearer abcdef1234567890 (replace with your key).
- Optional Parameter:
region=US (only available for the Traffic Plan; specifies US-region IPs).
- Send the request and check the response result to confirm whether proxy IPs, ports, and other information are obtained. A successful return indicates that the key and call format are correct.