Developer center
Once Email API documentation
Public developer documentation for automated email testing: authentication, quotas, errors, and safe-use rules.
Send Authorization: Bearer oe_live_… with every request. A key is shown once; keep it in a secrets manager and never place it in browser code, logs, or Git.
Authorization: Bearer oe_live_your_key- 1Create a temporary inbox and retain its inbox ID.
- 2Ask your test system to send mail to that address.
- 3Poll the message list with backoff; avoid rapid empty polling.
- 4Read the target message, complete assertions, then delete the inbox.
Private Beta endpoints
POST /v1/inboxesGET /v1/inboxes/{inboxId}/messagesGET /v1/inboxes/{inboxId}/messages/{uid}GET /v1/inboxes/{inboxId}/messages/{uid}/attachments/{cid}DELETE /v1/inboxes/{inboxId}Status codes
400Invalid request
401Missing or invalid key
403Plan or resource denied
404Resource not found
429Rate or monthly quota reached
5xxTemporary service failure
TypeScript test tooling and a Python client have an implemented foundation. No installable public client package or all-language SDK is offered yet.
The Developer plan uses a monthly Stripe subscription and monthly API allowance. Stored-value recharge is not offered. Live checkout remains closed until payment and refund gates pass.
Use the API only on systems you are authorized to test. Spam, policy evasion, account abuse, monitoring other people’s communications, and long-term personal-data storage are prohibited. Message bodies and attachments do not enter account history.