Disposable Email
Instant temporary email. No signup, no hassle. Keep your real inbox clean.
▶ Your temporary address
@
Inbox
0
No emails yet.
Click the refresh button or wait for incoming messages.
Select an email to read
Enter password to access the service
Instant temporary email. No signup, no hassle. Keep your real inbox clean.
No emails yet.
Click the refresh button or wait for incoming messages.
Select an email to read
| Parameter | Description | Required |
|---|---|---|
| Email address to search | Yes |
Example:
Response:
{
"status": true,
"message": "Emails retrieved successfully",
"data": [
{
"uid": "abc-123",
"subject": "Verify your account",
"from_field": "noreply@example.com",
"date": "2026-04-02 14:30:00",
"html_content": "<p>Your code: 123456</p>",
"status": "delivered",
"code": "123456",
"all_codes": ["123456"]
}
]
}No parameters required.
Response:
{
"status": true,
"message": "Domain list retrieved successfully",
"data": [
{"domain": "boldcrest.ink", "date": "2026-04-02", "expiration": "2027-04-02"}
]
}| Field | Description | Type |
|---|---|---|
| uid | Unique email ID | string |
| subject | Email subject | string |
| from_field | Sender address | string |
| date | Received time | datetime |
| html_content | Full HTML content | string |
| status | Email status | string |
| code | Auto-extracted verification code (5-8 digits) | string/null |
| all_codes | All extracted codes | array |