> ## 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.

<Warning>
  Cancelling DFY email accounts permanently deletes all Unibox emails and conversations associated with the cancelled accounts. This cannot be undone.
</Warning>

## 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 and permanently delete their Unibox emails and conversations |
