IP Whitelist

Add IP to Whitelist

post

Support adding whitelisted IPs via API.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
langstringOptional

Language:en|cn

Default: enExample: en
Body
productintegerRequired

Product: 1=Residential Proxies,4=Unlimited Proxies,5=Static Proxies

Example: 1
sub_uidstringRequired

The id of the sub-user

Example: 123
ipstringRequired

IP whitelist(separated by commas)

Example: 6.21.16.32,127.0.0.1
remarkstringOptional

Remark

Example: some remark
Responses
chevron-right
200Success
application/json
post
/v2/ip_whitelist/create

Remove IP Whitelist

post

Support deleting whitelisted IPs via API.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
langstringOptional

Language:en|cn

Default: enExample: en
Body
productintegerRequired

Product: 1=Residential Proxies,4=Unlimited Proxies,5=Static Proxies

Example: 1
sub_uidstringRequired

The id of the sub-user

Example: 123
idstringRequired

The id of ip whitelist

Example: 279
Responses
chevron-right
200Success
application/json
post
/v2/ip_whitelist/del

List IP Whitelist

post

Support retrieving the list of whitelisted IPs via API.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
langstringOptional

Language:en|cn

Default: enExample: en
Body
productintegerRequired

Product: 1=Residential Proxies,4=Unlimited Proxies,5=Static Proxies

Example: 1
keywordstringOptional

Search:sub-username/sub_uid

Example: test_name
ipstringOptional

ip whitelist

Example: 10.2.0.4
pageintegerOptional

page

Example: 1
limitintegerOptional

page size

Example: 10
Responses
chevron-right
200Success
application/json
post
/v2/ip_whitelist/list
200Success

Last updated