Find out the activation ID o mail and website

http://api.kopeechka.store/mailbox-get-fresh-id?token=$TOKEN&site=$SITE&email=$EMAIL&type=$TYPE&api=2.0

To reorder the mail again, you need the $TASK_ID of the activation that you want to repeat.

You can find it out with this request by filling in the parameters:

  • $SITE - The site to which the activation was directed

  • $EMAIL- Activation mail

  • $TOKEN - Your API key from kopeechka.store

  • $TYPE - Specify in what form to give the answer (JSON (by default) / TEXT )

Answer:

JSON

{"status":"OK","id":"$TASK_ID"}

TEXT

OK|$TASK_ID

Possible errors

  • Invalid token

JSON

{"status":"ERROR","value":"BAD_TOKEN"}

TEXT

ERROR|BAD_TOKEN

  • Activation not found

JSON

{"status":"ERROR","value":"NO_ACTIVATION"}

TEXT

ERROR|NO_ACTIVATION

Have you figured it out? Rather try :)