Use your own domain for disposable emails. Add the following MX record to your domain's DNS settings: Type: MX | Name: @ | Target: mail.inboxy.one | Priority: 10
Loading domains...
Security Settings
Manage your password, recovery options, and 2FA.
Update Password
Account Recovery
Set a recovery email where a one-time password will be sent if you lose access.
Two-Factor Authentication (2FA)
Protect your account with an Authenticator App.
Scan this QR code with Google Authenticator or Authy:
2FA is currently ENABLED
Webhooks
Forward incoming emails to your server automatically.
Active Webhooks
Loading webhooks...
Developer API
Name
—
Email
—
Plan
Free
Your API Keys
Loading keys...
To request more API keys or upgrade your plan, please contact our support team.
API Documentation
Automate temporary email generation and reading with our REST API. Include your API key in the X-API-Key header for all protected requests.
GET/v1/developer/me
Get your account status, limits, and verify API key authentication.
curl -X GET https://api.inboxy.one/v1/developer/me \
-H "X-API-Key: YOUR_API_KEY"
POST/v1/developer/mailbox/create
Generate a new temporary email address. Optionally pass name and domain in JSON body.