zenix.

Zenix Temporary Email API Documentation

Development Preview

The Zenix Mail API for receiving temporary emails is currently under active development and will be available soon. This documentation serves as a preview of the upcoming functionality.

API Reference

Zenix Mail API

Coming Soon

We're working hard to bring you a reliable and powerful API for integrating with our temporary email receiving service.

API Key Authentication

When our API launches, you'll need an API key to access your temporary email inbox and received messages. All requests will require your API key in the Authorization header as shown below.

Secure bearer token authentication
Rate limits of 100 read requests per minute
API keys can be revoked at any time
Authorization Header:
Authorization: Bearer YOUR_API_KEY

Code Examples

Integration examples in different programming languages

Preview Documentation
cURL
JavaScript
Python
PHP
# Get messages example
curl -X GET "https://api.zenix.mail/v1/messages?email=user@example.com" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

# Get domains example (with optional service filter)
curl -X GET "https://api.zenix.mail/v1/domains?service=mail.tm" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

# Check API status example
curl -X GET "https://api.zenix.mail/v1/status" \
  -H "Content-Type: application/json"

Use cURL to make API requests directly from your terminal.

API Endpoints

Available API endpoints for managing your temporary email inbox and received messages

In Development
Get Messages
GET
Retrieve received emails from your temporary inbox
/api/v1/messages
Requires authentication
Get Message by ID
GET
Retrieve a specific email by its ID
/api/v1/messages/:id
Requires authentication
Create Inbox
POST
Create a new temporary email inbox
/api/v1/inboxes
Requires authentication
Get Available Domains
Live
GET
Retrieve all available email domains and services.
/api/v1/domains
Requires authentication
Check API Status
Live
GET
Check the status of the API and its services
This endpoint is fully functional and does not require authentication.
/api/v1/status
No authentication required
Coming Soon

Be the First to Know

Join our waitlist to be notified when the Zenix Mail API for receiving temporary emails is ready for integration. Early access members will receive exclusive benefits and priority support.