Changing the activation status

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

$STATUS - Activation status:

1 - Inform about the readiness of the number (SMS sent to the number, not required)

3 - Request another code

6 - Complete activation

8 - Cancel activation

Answer:

  • The readiness of the number has been confirmed .

ACCESS_READY

  • Waiting for a new SMS.

ACCESS_RETRY_GET

  • Activation has been successfully completed.

ACCESS_ACTIVATION

  • Activation canceled.

ACCESS_CANCEL


Possible errors:

  • There is no such activation ID.

NO_ACTIVATION

  • Incorrect action.

BAD_ACTION

  • Incorrect status.

BAD_STATUS

  • Invalid token

BAD_KEY

Have you figured it out? Rather try :)