List mobile network operators
GET/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.
Request
Query Parameters
Possible values: >= 1
Default value: 1
The page number to load.
Possible values: >= 1
and <= 250
Default value: 20
The size of the page.
Filter by name starting with.
Filter by name containing match.
Filter by name ending with.
Filter by exact country_code.
Filter by exact MCC.
Filter by exact MNC.
Filter by exact TADIG.
Filter by network_preferences_enabled.
Responses
200: Successful Response
- application/json
401: Unauthorized
default: Unexpected error
- application/json
Request samples
curl -L 'https://api.telnyx.com/v2/mobile_network_operators' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{
"data": [
{
"id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"record_type": "mobile_network_operator",
"name": "AT&T Mobility (USACG)",
"tadig": "USACG",
"country_code": "US",
"mcc": "310",
"mnc": "410",
"network_preferences_enabled": true
}
],
"meta": {
"total_pages": 3,
"total_results": 55,
"page_number": 2,
"page_size": 25
}
}
{
"errors": [
{
"code": "string",
"title": "string",
"detail": "string",
"source": {
"pointer": "string",
"parameter": "string"
},
"meta": {}
}
]
}