Loading your dashboard…
Developer Dashboard
Manage REST API keys and monitor real usage.
Daily temp email limit
Resets at midnight. See tiers & limits.
Total temp emails created
Lifetime count on this account.
Total API requests
Sum across all your API keys, active or revoked.
Current planUpgrade
Account details
- Username
- Member since
- Mailbox lifetime
- Active API keys
- Last mailbox created
Your REST API keys
Use these secret keys in your HTTP headers (X-API-Key). Only the prefix is shown here — the full key is visible once, at creation.
No API keys yet. Generate one to start using the developer API.
Quick integration example
Create a disposable inbox programmatically with cURL — swap in a real key from above.
curl -X POST "https://api.zephbox.com/api/developers/aliases/" \
-H "X-API-Key: khml_live_your_key_here"