The proxies extracted from the dynamic proxy API can only be used with whitelist authentication.
- API interface address:https://api.go2proxy.com/v1/dynamic/proxies
- Request Method:GET
- QPS Limit:Each order can be accessed once per second
1.Parameters
| Parameter | required | Type | Description |
|---|---|---|---|
| app_id | required | string | API Access Credentials: AppID |
| signature | required | string | API Access Credentials: AppSecret |
| orderid | required | string | Order Number |
| num | required | int | Number of proxy to Extract This Time(1-1000) |
| period | required | int | Proxy Validity Period(1-30) |
| region | optional | string | Country Code (Leave Blank for Global Mixed Broadcasting) |
2.Return Example
code example
3.Return Parameter Description
| Parameter | Type | Description |
|---|---|---|
| code | int | Request Business Status A value of 0 signifies success any value other than 0 indicates a business failure |
| msg | string | Request Business Description |
| data | "" or map | Empty string if the request business fails |

