Returns the list of operators filtered by optional label and country filters.
Security
ApiKeyAuth
GET
curl -i -X GET \
'https://api.tellisim.com/v3/operators?label=Green&iso2_codes=string&key=YOUR_API_KEY_HERE'Response
{ "error": false, "data": [ { … } ] }