#Get operators
https://sms-online.pro/stubs/handler_api.php?action=getOperators&api_key=$api_key&country=$country
#Parameters:
| Parameter |
Type |
Required |
Description |
| $api_key |
string |
☑️ |
API key |
| $country |
string |
|
Country code (see table) |
#Response:
{
"status": "success",
"countryOperators": {
"1": [
"3mob",
"intertelecom",
"kyivstar",
"life",
"lycamobile",
"mts",
"utel",
"vodafone"
],
"2": [
"tele2",
"beeline",
"activ",
"altel",
"kcell",
"forte_mobile"
]
}
}
#Possible errors:
| Error |
Description |
| BAD_KEY |
Wrong API key |
| WRONG_COUNTRY |
Incorrect country |