Get all by proxy type

View all IP addresses with IPv4

The request allows to view all IP addresses grouped by orders with selected proxy type IPv4.

GET /client/api/v1/{apiKey}/ipAddress?proxyType=IPv4

Path parameters

Name
Type
Description

apiKey*

String

Your personal API key.

Query parameters

Name
Type
Description

proxyType*

String

Proxy type IPv4.

Responce

200: OK Success response
{
    "success": true,
    "data": {
        "IPv4": [
             {
                "orderId": "1112223334283d122",
                "ipAddresses": [
                        {
                            "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

The request allows to view all IP addresses grouped by orders with selected proxy type IPv6.

GET /client/api/v1/{apiKey}/ipAddress?proxyType=IPv6

Path parameters

Name
Type
Description

apiKey*

String

Your personal API key.

Query parameters

Name
Type
Description

proxyType*

String

Proxy type IPv6.

Responce

200: OK Success response
200: OK Error response

View all IP addresses with MOBILE

The request allows to view all IP addresses grouped by orders with selected proxy type MOBILE.

GET /client/api/v1/{apiKey}/ipAddress?proxyType=MOBILE

Path parameters

Name
Type
Description

apiKey*

String

Your personal API key.

Query parameters

Name
Type
Description

proxyType*

String

Proxy type MOBILE.

Responce

200: OK Success response
200: OK Error response

View all IP addresses with ISP

The request allows to view all IP addresses grouped by orders with selected proxy type ISP.

GET /client/api/v1/{apiKey}/ipAddress?proxyType=ISP

Path parameters

Name
Type
Description

apiKey*

String

Your personal API key.

Query parameters

Name
Type
Description

proxyType*

String

Proxy type ISP.

Responce

200: OK Success response
200: OK Error response

Last updated