MobileOperator

/api/v2/mobile_operators.json

The resource that provides information about mobile network operator.

Used object: MobileOperator

GET

The request returns a list of mobile network operators.

Request example:


   GET /api/v2/mobile_operators.json

Response example:


    {
        "items": [
            {
                "id": 1,
                "name": "Beeline"
            },
            {
                "id": 2,
                "name": "MTC"
            }
        ]
    }

The response contains the "items" array consisting of the following objects: MobileOperator.