Enum - MNO

Full Url

Arguments

  • token (required)

Info

This list contains all MNOs or MNO representatives participating in the TCR ecosystem.

Example Success

{
code: 200,
status: "success",
data: [
{
"network_id":10038,
"display_name":"Verizon Wireless",
"osr_bitmask_index":3
},
{
"network_id":10037,
"display_name":"US Cellular",
"osr_bitmask_index":4
},
{
"network_id":10035,
"display_name":"T-Mobile",
"osr_bitmask_index":2
},
{
"network_id":10017,
"display_name":"AT&T",
"osr_bitmask_index":1
}
]
}