Get page of all by proxy type
The request allows to see ip addresses by page with proxy type IPv4
POST
/client/api/v1/{apiKey}/ipAddress?proxyType=IPv4
Path Parameters
Name
Type
Description
apiKey*
String
Your personal api key
Body Parameters
Name
Type
Description
proxyType*
String
Proxy type IPv4
page*
Number
Start from 0 (first page)
size*
Number
Size of page
The request allows to see ip addresses by page with proxy type IPv6
POST
/client/api/v1/{apiKey}/ipAddress?proxyType=IPv6
Path Parameters
Name
Type
Description
apiKey*
String
Your personal api key
Body Parameters
Name
Type
Description
proxyType*
String
Proxy type IPv6
page*
Number
Start from 0 (first page)
size*
Number
Size of page
The request allows to see ip addresses by page with proxy type MOBILE
POST
/client/api/v1/{apiKey}/ipAddress?proxyType=MOBILE
Path Parameters
Name
Type
Description
apiKey*
String
Your personal api key
Body Parameters
Name
Type
Description
proxyType*
String
Proxy type MOBILE
page*
Number
Start from 0 (first page)
size*
Number
Size of page
The request allows to see ip addresses by page with proxy type ISP
POST
/client/api/v1/{apiKey}/ipAddress?proxyType=ISP
Path Parameters
Name
Type
Description
apiKey*
String
Your personal api key
Body Parameters
Name
Type
Description
proxyType*
String
Proxy type ISP
page*
Number
Start from 0 (first page)
size*
Number
Size of page
Last updated