Skip to content

Instantly share code, notes, and snippets.

@wwhtrbbtt
Created October 12, 2020 22:17
Show Gist options
  • Save wwhtrbbtt/42721c03cd9bda07df56ea5a97f591f6 to your computer and use it in GitHub Desktop.
Save wwhtrbbtt/42721c03cd9bda07df56ea5a97f591f6 to your computer and use it in GitHub Desktop.

10MinuteMail.com unofficial api

get an adress:

- GET https://10minutemail.com/session/address

- returns: JSON

check your mails:

- GET https://10minutemail.com/messages/messagesAfter/0

- returns: list of mails in JSON format. including full body and plain text

reset time back to 10m:

- GET https://10minutemail.com/session/reset

- returns: {"Response":"reset"}

see how many seconds you have left:

- GET ttps://10minutemail.com/session/secondsLeft

- returns JSON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment