Create a temporary email
Atomically reserves a new address for 30 days. Omit local_part and domain to let the service select both, or provide either/both. The address starts receiving through the isolated API mail system immediately after the reservation becomes active; no website session, browser presence, or dashboard availability is required.
Idempotency keys are scoped to the authenticated account and operation. Replaying the same key and equivalent request returns the original resource and is not charged again. Reusing a key with a different request returns 409. An address is never reallocated after expiry.
Authorizations
Send a live API key in the Authorization header. Keys in query strings are rejected. A staging key never authenticates against production.
Headers
Unique caller-generated value for safely retrying this creation. It is scoped to the authenticated account and operation and must not contain a secret or API key.
16 - 255^[\x21-\x7E]+$Body
Optional lowercase custom name. The server normalizes and validates it, rejects reserved names, and never reallocates a previously issued name.
1 - 64^[a-z0-9](?:[a-z0-9._-]{0,62}[a-z0-9])?$Optional active domain returned by GET /v1/domains.
253Response
The email was created, or the original successful creation was replayed.