← Back to App

Developer API

Use our open GET API to programmatically create temp mails and read emails directly in your bots or apps. All queries use ?action=NAME format.

GET ?action=status

Check server health and database status.

GET ?action=genRandom

Generates a random username.

GET ?action=getMessages&user=USERNAME

Fetch latest 50 messages for a user (without @domain).

GET ?action=readMessage&user=USERNAME&id=MESSAGE_ID

Read specific message HTML body and extracted codes.

GET ?action=deleteInbox&user=USERNAME

Permanently clear inbox for a user.