cURL
curl --request GET \ --url https://api.comm.com/api/v1/sms/routing/networks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 123, "mcc": 123, "mnc": 123, "country_name": "<string>", "country_code": "<string>", "country_id": 123, "network_brand_id": "<string>", "brand": "<string>", "operator": "<string>", "status": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Array of MobileNetworkResource
MobileNetworkResource
The response is of type object.
object