Rent period

The request allows to see rent period days for proxy type IPv4

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

Path Parameters

Query Parameters

{
    "success": true,
    "rentPeriodDays": [
        30,
        60,
        90,
        180,
        360
    ],
    "error": null
}

The request allows to see rent period days for proxy type IPv6

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

Path Parameters

Query Parameters

{
    "success": true,
    "rentPeriodDays": [
        90,
        180,
        360
    ],
    "error": null
}

The request allows to see rent period days for proxy type MOBILE

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

Path Parameters

Query Parameters

{
    "success": true,
    "rentPeriodDays": [
        30,
        360
    ],
    "error": null
}

The request allows to see rent period days for proxy type ISP

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

Path Parameters

Query Parameters

{
    "success": true,
    "rentPeriodDays": [
        30,
        60,
        90,
        180,
        360
    ],
    "error": null
}

Last updated