Temp Outlook API
Temp Outlook API helps developers, QA teams, and automation builders generate disposable Outlook and Hotmail addresses, monitor inbox activity, and read email content through a simple RapidAPI workflow. It is designed for OTP verification, account signup testing, one-time registrations, and privacy-friendly email automation where real Microsoft inbox acceptance matters more than generic…
Temp Outlook API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
list_temporary_outlook /list |
Returns a paginated list of disposable Outlook mailboxes. Use `type=alias` to receive aliased addresses with a random `+tag` suffix (messages still arrive in the same mailbox),… |
| GET |
inbox_temporary_outlook /inbox |
Returns inbox messages for the given Outlook address. Aliased addresses (with `+tag`) are accepted and resolved to the underlying mailbox. Use `timestamp` to fetch only messages… |
| GET |
random_temporary_outlook /random |
Returns a single random Outlook address from the available pool. Use `type=alias` for an address with a random `+tag` suffix, or `type=real` for the raw address. |
| GET |
message_temporary_outlook /message |
Returns the HTML body of a single message. The `mid` value comes from the `/inbox` endpoint. |
Temp Outlook API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 60 / hour |
|
| PRO Recommended | $14.99 / month | 3 / second |
|
| ULTRA | $69.99 / month | 5 / second |
|
| MEGA | $199.99 / month | 10 / second |
|