GET
curl -i -X GET \
'https://api.tellisim.com/v3/operators/{operatorId}?key=YOUR_API_KEY_HERE'Response
{ "error": false, "data": { "operator_id": "2dea792a-2dea-492c-815d-8fb826be8d49", "name": "AT&T USA", "iso2": "US", "supported_rats": [ … ], "mcc_mnc": [ … ] } }