Contacts: https://t.me/adsvk

Application Programming Interface (API)

API

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


https://89.163.239.224/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://89.163.239.224/stubs/handler_api.php?api_key=$api_key&action=getNumber&service=$service&country=$country


$api_key - API key
$service - service number for order
$country - country identifier

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://89.163.239.224/stubs/handler_api.php?api_key=$api_key&action=setStatus&status=$status&id=$id


$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://89.163.239.224/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