Get page of all by proxy type

View all IP addresses with IPv4 as a page

The request allows to view a page of all IP addresses grouped by orders with selected 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 the page.

Responce

200: OK Success response
{
    "success": true,
    "data": {
        "totalElements": 1,
        "totalPages": 1,
        "content": [
                    {
                        "ipAddressId": "1111111111111111111",
                        "ipAddressIp": "111.222.333.444",
                        "orderId": "1112223334283d122",
                        "country": "DEU",
                        "dateStart": "2023-10-25T12:17:54.249+00:00",
                        "dateEnd": "2023-11-24T23:59:54.249+00:00",
                        "httpsPort": "49112",
                        "socks5Port": "32456",
                        "comment": "your comment",
                        "authInfo": {
                            "login": "login4444",
                            "password": "password"
                        },
                         "extendInfo": {
                             "autoExtend": false,
                             "extendDays": 0
                       }
                    }
        ]
    },
    "error": null
}
200: OK Error response
   {
    "success": false,
    "data": {},
    "error": {
        "code": 4,
        "message": "Incorrect proxy type"
    }

View all IP addresses with IPv6 as a page

The request allows to view a page of all IP addresses grouped by orders with selected 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 the page.

Responce

200: OK Success response
200: OK Error response

View all IP addresses with MOBILE as a page

The request allows to view a page of all IP addresses grouped by orders with selected 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 the page.

Responce

200: OK Success response
200: OK Error response

View all IP addresses with ISP as a page

The request allows to view a page of all IP addresses grouped by orders with selected 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 the page.

Responce

200: OK Success response
200: OK Error response

Last updated