> ## Documentation Index
> Fetch the complete documentation index at: https://developer.instantly.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# DFY Email Account Order

> A Done-For-You email account order

Manage Done-For-You (DFY) email account orders. These endpoints allow you to place orders for DFY email accounts, list existing orders, generate similar available domains, check domain availability, retrieve pre-warmed up domains, list ordered email accounts, and cancel DFY email accounts.

## Related schemas

* [DFY Email Account Order](/api-reference/schemas/dfy-email-account-order) — field reference for DFY email account order objects

## Endpoints

| Method | Endpoint                                                      | Description                        |
| ------ | ------------------------------------------------------------- | ---------------------------------- |
| POST   | `/api/v2/dfy-email-account-orders`                            | Place a DFY email account order    |
| GET    | `/api/v2/dfy-email-account-orders`                            | List dfy email account order       |
| POST   | `/api/v2/dfy-email-account-orders/domains/similar`            | Generate similar available domains |
| POST   | `/api/v2/dfy-email-account-orders/domains/check`              | Check domains availability         |
| POST   | `/api/v2/dfy-email-account-orders/domains/pre-warmed-up-list` | Get pre-warmed up domains          |
| GET    | `/api/v2/dfy-email-account-orders/accounts`                   | List DFY ordered email accounts    |
| POST   | `/api/v2/dfy-email-account-orders/accounts/cancel`            | Cancel dfy email accounts          |
