#Request the available quantity of virtual numbers
https://sms-online.pro/stubs/handler_api.php?action=getNumbersStatus&api_key=$api_key&country=$country
#Parameters:
Parameters |
Type |
Required |
Description |
$api_key |
string |
☑️ |
API key |
$country |
integer |
☑️ |
country code (see table) |
#Response:
Response message |
Description |
{“vk_0”:120,“ok_0”:451,“wa_0”:10,“vi_0”:190,“tg_0”:85,“} |
Where before the dash is the name of the service, after the designation whether to enable redirection. 0 - no. 1 - yes. |
Full list of services
#Possible errors:
Mistake |
Description |
BAD_ACTION |
Incorrect action |
BAD_KEY |
Invalid API key |
ERROR_SQL |
SQL-server error |