Mobile Network Operators

List mobile network operators

Telnyx has a set of GSM mobile operators partners that are available through our mobile network roaming. This resource is entirely managed by Telnyx and may change over time. That means that this resource won't allow any write operations for it. Still, it's available so it can be used as a support resource that can be related to other resources or become a configuration option.

get/mobile_network_operators

Query parameters

country_codestring

Filter by exact country_code.

mccstring

Filter by exact MCC.

mncstring

Filter by exact MNC.

network_preferences_enabledboolean

Filter by network_preferences_enabled.

tadigstring

Filter by exact TADIG.

Consolidated filter parameter for mobile network operators (deepObject style). Originally: filter[name][starts_with], filter[name][contains], filter[name][ends_with], filter[country_code], filter[mcc], filter[mnc], filter[tadig], filter[network_preferences_enabled]

{
  "country_code": "US",
  "mcc": "310",
  "mnc": "410",
  "name": {
    "contains": "T&T",
    "ends_with": "T",
    "starts_with": "AT"
  },
  "network_preferences_enabled": true,
  "tadig": "USACG"
}
numberinteger

The page number to load.

sizeinteger

The size of the page.

Consolidated pagination parameter (deepObject style). Originally: page[number], page[size]

Response

Successful Response

Example response

{
  "data": [
    {
      "country_code": "US",
      "id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
      "mcc": "310",
      "mnc": "410",
      "name": "AT&T Mobility (USACG)",
      "network_preferences_enabled": true,
      "record_type": "mobile_network_operator",
      "tadig": "USACG"
    }
  ],
  "meta": {
    "page_number": 2,
    "page_size": 25,
    "total_pages": 3,
    "total_results": 55
  }
}

Changes

Changed in 2 of the 61 revisions of this API.2

    • the errors/items/code response's property type/format changed from integer/int32 to string/ for status default

      response-property-type-changed

    This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the errors/items/code response's property type/format changed from string/ to integer/int32 for status default

      response-property-type-changed

    This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog