Coverage
Coverage
Operator coverage
Get a list of all MCC / MNC covered by Texter. This list is updated in real time, based on registered live nodes.
We recommend checking this list first before requesting Texter tests to verify if we support the operator at the moment of testing.
Request
GET https://api.cm.com/texter/v1/support/operators
Response
[
"20404",
"20408",
"20416"
]
Country coverage
Get a list of all countries covered by Texter. This list is updated in real time, based on registered live nodes.
Request
GET https://api.cm.com/texter/v1/support/countries
Response
Field | Type | Description |
---|---|---|
countryCode | string | ISO3166-1 alpha-2 country code |
countryName | string | Name of country |
[
{
"countryCode": "BE",
"countryName": "Belgium"
},
{
"countryCode": "NL",
"countryName": "Netherlands"
},
{
"countryCode": "GB",
"countryName": "United Kingdom"
}
]
Currently available operators
Get a list of MCC / MNC codes from operators with live nodes at the moment of sending the request.
When Texter doesn't have any online nodes for an operator, the operator will be not be included in the list.
We recommend checking this list frequently to check if Texter can find an online node for you because the readiness of our live community changes constantly.
Request
GET https://api.cm.com/texter/v1/support/currentavailableoperators
Response
[
"20404",
"20408",
"20416"
]
Updated about 1 month ago