Mobile Operator Networks

Mobile operator networks operations

List mobile operator networks

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.

SecuritybearerAuth
Request
query Parameters
page[number]
integer >= 1
Default: 1

The page number to load

page[size]
integer [ 1 .. 250 ]
Default: 20

The size of the page

filter[name][starts_with]
string

Filter by name starting with.

Example: filter[name][starts_with]=AT
filter[name][contains]
string

Filter by name containing match.

Example: filter[name][contains]=T&T
filter[name][ends_with]
string

Filter by name ending with.

Example: filter[name][ends_with]=T
filter[country_code]
string

Filter by exact country_code.

Example: filter[country_code]=US
filter[mcc]
string

Filter by exact MCC.

Example: filter[mcc]=310
filter[mnc]
string

Filter by exact MNC.

Example: filter[mnc]=410
filter[tadig]
string

Filter by exact TADIG.

Example: filter[tadig]=USACG
Responses
200

Successful response

Response Schema: application/json
Array of objects (MobileOperatorNetwork)
object (PaginationMeta)
default

Unexpected error

Response Schema: application/json
Array of objects (Error)
Array
code
required
string <int>
detail
string
meta
object
object
title
required
string
get/mobile_operator_networks
Request samples
Response samples
application/json
{
  • "data": [
    • {
      • "country_code": "US",
      • "id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
      • "mcc": "310",
      • "mnc": "410",
      • "name": "AT&T Mobility (USACG)",
      • "record_type": "mobile_operator_network",
      • "tadig": "USACG"
      }
    ],
  • "meta": {
    • "page_number": 2,
    • "page_size": 25,
    • "total_pages": 3,
    • "total_results": 55
    }
}