Skip to content

Operators

Operations related to operators.

List operators

Request

Returns the list of operators filtered by optional label and country filters.

Security
ApiKeyAuth
Query
labelstring(Label)

Filter operators by label. Allowed values are Green, Aqua, Blue, Voilet, Red, Grey, Orange.

Enum:"Green""Aqua""Blue""Voilet""Red""Grey""Orange"
iso2_codesstring

Comma separated list of ISO 2-letter country codes. For example: iso2_codes=MX,US

GET
/v3/operators
curl -i -X GET \
  'https://api.tellisim.com/v3/operators?label=Green&iso2_codes=string&key=YOUR_API_KEY_HERE'

Responses

Successful response containing a list of operators.

Bodyapplication/json
errorbooleanrequired

Indicates if there was an error in the request

Example:false
dataArray of objects(Operator)required

An array of operator objects returned by the request

Response
{ "error": false, "data": [ {} ] }