Skip to main content
This schema describes objects returned by the DFY Email Account Order endpoints.

A Done-For-You email account order

workspace_id
string
required
read-only

ID of the workspace associated with the email account order

Example:

"workspace_12345"

domain
string
required
read-only

Domain of the email account

Example:

"example.com"

timestamp_created
string<date-time>
required
read-only

Timestamp when the order was created

Example:

"2026-09-08T20:57:57.926Z"

forwarding_domain
null | string

Forwarding domain for the email account, if any

Example:

"forward.example.com"

forwarding_mode
null | enum<string>

How the forwarding domain is applied. Null when no forwarding is configured.

Available options:
redirect,
stealth,
null
Example:

"redirect"

is_pre_warmed_up
null | boolean

Indicates if the account is pre-warmed up

Example:

true

timestamp_cancelled
null | string<date-time>

Timestamp when the order was cancelled, if applicable

Example:

"2026-09-08T20:57:57.926Z"