Mobile operator

The request allows to see mobile operators group by country with rotation time for proxy type MOBILE

GET /client/api/v1/{apiKey}/mobileOperator

Path Parameters

{
 "success": true,
    "mobileOperators": {
        "CHN": [
            {
                "mobileOperator": "vodafone_ua",
                "rotationTimes": [
                    0
                ]
            },
            {
                "mobileOperator": "vodafone_pl",
                "rotationTimes": [
                    0,
                    5
                ]
            }
        ],
    "error": null
}

Last updated