Contacts: https://t.me/adsvk

Application Programming Interface (API)

API

C:\Windows\System32\drivers\etc\hosts
95.217.114.112 domain
95.217.114.112 smsactivation.pro


https://receivesms.store/stubs/handler_api.php?api_key=$api_key&action=getBalance


$api_key - API key
Response example: ACCESS_BALANCE:$balance ($balance - balance)
Possible mistakes: BAD_KEY - invalid API key


https://receivesms.store/stubs/handler_api.php?api_key=$api_key&action=getNumber&service=$service&forward=$forward&operator=$operator&country=$country


$api_key - API key
$service - service number for order
$operator - mobile number operator (optional parameter)
$country - country identifier

Afghanistan [717]
Algeria [707]
Angola [710]
Anguilla [709]
Antigua and Barbuda [713]
Argentina [714]
Armenia [715]
Austria [704]
Azerbaijan [705]
Bahrain [721]
Bangladesh [719]
Barbados [720]
Belarus [723]
Belgium [724]
Benin [725]
Bhutan [737]
Bolivia [728]
Bosnia and Herzegovina [729]
Botswana [730]
Brazil [731]
Bulgaria [727]
Burkina Faso [735]
Burundi [736]
Cambodia [788]
Cameroon [789]
Canada [790]
Cayman Islands [787]
Central African Republic [926]
Chad [927]
Colombia [797]
Congo [799]
Costa Rica [801]
Cote d'Ivoire [802]
Cyprus [793]
Czech Republic [929]
Democratic Republic of the Congo [765]
Djibouti [767]
Dominican Republic [769]
Ecuador [935]
Egypt [770]
El Salvador [938]
Equatorial Guinea [936]
Estonia [940]
Ethiopia [941]
Finland [919]
France [921]
French Guiana [922]
Gabon [745]
Gambia [748]
Georgia [762]
Germany [754]
Ghana [749]
Greece [761]
Grenada [759]
Guadeloupe [750]
Guatemala [751]
Guinea [752]
Guinea-Bissau [753]
Guyana [747]
Haiti [746]
Honduras [757]
Hungary [741]
India [775]
Indonesia [776]
Iran [779]
Iraq [778]
Ireland [780]
Israel [774]
Italy [783]
Jamaica [945]
Japan [946]
Jordan [777]
Kazakhstan [786]
Kenya [792]
Kuwait [804]
Kyrgyzstan [1085]
Laos [805]
Latvia [806]
Lesotho [807]
Liberia [808]
Libya [810]
Lithuania [811]
Luxembourg [813]
Madagascar [816]
Malawi [819]
Malaysia [820]
Maldives [823]
Mali [821]
Martinique [826]
Mauritania [815]
Mauritius [814]
Mexico [828]
Moldavia [831]
Mongolia [833]
Montenegro [928]
Morocco [825]
Mozambique [830]
Myanmar [835]
Namibia [836]
Nepal [838]
Netherlands [1110]
Nicaragua [842]
Niger [839]
Nigeria [840]
Norway [846]
Oman [848]
Pakistan [858]
Panama [860]
Papua New Guinea [861]
Paraguay [862]
Peru [863]
Philippines [918]
Poland [865]
Portugal [866]
Puerto Rico [867]
Qatar [791]
Reunion [869]
Romania [872]
Russia [870]
Rwanda [871]
Saint Kitts and Nevis [886]
Saint Lucia [887]
Saint Vincent and the Grenadines [885]
Saudi Arabia [876]
Senegal [884]
Serbia [888]
Singapore [889]
Slovakia [891]
Somalia [893]
South Africa [942]
South Korea [944]
South Sudan [1148]
Spain [782]
Sri Lanka [934]
Sudan [894]
Swaziland [877]
Switzerland [931]
Syria [890]
Taiwan [900]
Tajikistan [898]
Tanzania [901]
Thailand [899]
Timor-Leste [902]
Togo [903]
Trinidad and Tobago [906]
Tunisia [908]
Turkey [910]
Turkmenistan [909]
Uganda [911]
UK [740]
Ukraine [913]
United Arab Emirates [847]
Uruguay [915]
USA [896]
Uzbekistan [912]
Venezuela [742]
Vietnam [744]
Yemen [784]
Zambia [771]
Zimbabwe [773]


Airbnb (uk)
Avito (av)
Discord (ds)
eBay (dh)
Facebook (fb)
Google, Youtube, Gmail (go)
Hily (hily)
IMO messenger (im)
Instagram (ig)
KakaoTalk (kt)
Line Messenger (me)
Microsoft (mm)
Naver (nv)
Netflix (nf)
Ok.ru (ok)
Papara (zr)
PayPal (ts)
POF (pf)
Steam (mt)
Telegram (tg)
Tinder (oi)
Twitter (tw)
Viber (vi)
Vk.com (vk)
Whatsapp (wa)
Yalla (yl)
Yahoo (mb)
Yandex (ya)

Service answers:
NO_NUMBERS - no numbers
NO_BALANCE - balance ended
ACCESS_NUMBER:$id:$number - number issued ($id - operation id, $number - phone number)

Possible mistakes:
BAD_ACTION - incorrect action
BAD_SERVICE - incorrect service name
BAD_KEY - Invalid API key


https://receivesms.store/stubs/handler_api.php?api_key=$api_key&action=setStatus&status=$status&id=$id&forward=$forward


$api_key - Api key
$id - activation id
$status - activation status:
-1 - cancel activation
1 - report the readiness of the number (SMS to the number sent)
3 - request another code (free)
6 - complete activation (complete activation (if the status was "code received" - marks successfully and finishes, if there was "preparation" - deletes and marks the error, if it was status "waiting for repetition" - translates activation into waiting for sms))
8 - report the number used and cancel the activation

Service Answers:
ACCESS_READY - number readiness confirmed
ACCESS_RETRY_GET - waiting for a new sms
ACCESS_ACTIVATION - service successfully activated
ACCESS_CANCEL - activation canceled

Possible mistakes:
ERROR_SQL - SQL-server error
NO_ACTIVATION - activation id does not exist
BAD_SERVICE - incorrect service name
BAD_STATUS - incorrect status
BAD_KEY - Invalid API key
BAD_ACTION - incorrect action


https://receivesms.store/stubs/handler_api.php?api_key=$api_key&action=getStatus&id=$id


$api_key - Api key
$id - id activation

Service Answers:
STATUS_WAIT_CODE - waiting for SMS
STATUS_CANCEL - activation canceled
STATUS_OK:$code - code receivedн (where $ code is an activation code)

Possible mistakes: NO_ACTIVATION - activation id does not exist
BAD_KEY - Invalid API key
BAD_ACTION - incorrect action