Get the full text of the sms

https://agregator.kopeechka.store/stubs/handler_api.php?api_key=$TOKEN&action=getFullSms&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

  • $TEXT - the full text of the SMS message.

FULL_SMS:$TEXT


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 :)