Skip to content

Get operator

Request

Retrieves the details of a specific operator.

Security
ApiKeyAuth
Path
operatorIdstringrequired
GET
/v3/operators/{operatorId}
curl -i -X GET \
  'https://api.tellisim.com/v3/operators/{operatorId}?key=YOUR_API_KEY_HERE'

Responses

Successful response containing operator details.

Bodyapplication/json
errorbooleanrequired

Indicates whether an error occurred during the request

Example:false
dataobject(Operator)required
Response
{ "error": false, "data": { "operator_id": "2dea792a-2dea-492c-815d-8fb826be8d49", "name": "AT&T USA", "iso2": "US", "supported_rats": [], "mcc_mnc": [] } }