Searching...

Matching results

    Operator

    Provides connectivity to companies. Can be wireless or not. A subscription is associated to an Operator. AirVantage is connected to some Operator partners to provide companies features like Subscription activation, suspend or connection diagnosis.

    /api/v1/operators

    Gets the list of available operators.

    Request

    GET https://na.airvantage.net/api/v1/operators
    ...

    Response
    200 OK

    HTTP/1.1 200 OK
    Content-Type: application/json
    [
       "ATT",
       "BOUYGUES",
       "KPN",
       "ORANGE",
       "TELENOR",
       "TELSTRA",
       "TELUS",
       "TMOBILE",
       "UNKNOWN",
       "VERIZON",
       "VODAFONE"
    ]
    Name Description Use Default Type Operand
    company Set the context company. optional caller's company uid =
    HTTP Method GET
    Requires Authentication Yes
    Rate Limited Yes
    Headers None
    Permissions None
    TOP