https://agregator.kopeechka.store/stubs/handler_api.php?api_key=$TOKEN&action=getStatus&id=$ID

$TOKEN - Your token, you can find it in the "About account" section, in Telegram-bot.

$ID - Activation ID received when ordering the number.

Answer:

  • The number is waiting for an SMS.

STATUS_WAIT_CODE

  • Activation has been canceled.

STATUS_CANCEL

  • Waiting for the code to be clarified, where $CODE is the code of the last message that did not fit.

STATUS_WAIT_RETRY:$CODE

  • Waiting for the SMS to be sent again.

STATUS_WAIT_RESEND

  • $CODE - The code from the SMS.

STATUS_OK:$CODE


Possible errors:

  • There is no such activation ID.

NO_ACTIVATION

  • Incorrect action.

BAD_ACTION

  • Invalid token.

BAD_KEY

Have you figured it out? Rather try :)