API Docs Temp Mail Zakki Store - Temporary Email

← Back to Main Application

TempMail API Documentation

Integrate disposable email generation and inbox fetching into your apps using our fast, free, and secure REST API Gateway.

⚡ Key Features & Advantages

⚡ Fast & Automated

Generate addresses instantly and query mailboxes in real-time.

🌐 Multi-Domain

Multiple active domain extensions available via the /domains endpoint.

🛡️ Secure Sessions

Isolated temporary environments with automatic session expiration.

Gateway Information

Base URL: https://tempmail.zakki.store

List Domains

Retrieve the list of available domain extensions for temporary email creation.

GET /domains

Response:


            

Create Session

Generate a new temporary email identity. The session is isolated and maintained for the active duration.

POST /create

Parameters (JSON Body)

NameTypeRequiredDescription
domainStringYesDomain name (e.g., zpr0.com).
nameStringNoCustom identifier. Automatically generated if omitted.
expiryNumberNoExpiration time in minutes (Max: 10).

Response:


            

Fetch Inbox

Retrieve incoming email data in real-time. Content is sanitized for straightforward parsing.

GET /messages?email={address}

Response:


            

Delete Session

Permanently remove an email session and all associated data from the server.

DELETE /delete?email={address}
Powered by ZakkiXD