Operations related to subscriptions.
Download OpenAPI description
Overview
Languages
Servers
Production server
https://api.tellisim.com/
- Production serverhttps://api.tellisim.com/v3/operators
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.tellisim.com/v3/operators?label=Green&iso2_codes=string&key=YOUR_API_KEY_HERE'Response
application/json
{ "error": false, "data": [ { … } ] }
- Production serverhttps://api.tellisim.com/v3/operators/{operatorId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.tellisim.com/v3/operators/{operatorId}?key=YOUR_API_KEY_HERE'Response
application/json
{ "error": false, "data": { "operator_id": "2dea792a-2dea-492c-815d-8fb826be8d49", "name": "AT&T USA", "iso2": "US", "supported_rats": [ … ], "mcc_mnc": [ … ] } }
