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

# Account

> An email account that can be used to send campaigns

Manage email accounts used to send campaigns. These endpoints allow you to create, list, update, and delete accounts, as well as control warmup settings, pause and resume accounts, check custom tracking domain status, and move accounts between workspaces.

## Related schemas

* [Account](/api-reference/schemas/account) — full field reference for email account objects

## Endpoints

| Method | Endpoint                              | Description                       |
| ------ | ------------------------------------- | --------------------------------- |
| POST   | `/api/v2/accounts`                    | Create account                    |
| GET    | `/api/v2/accounts`                    | List account                      |
| GET    | `/api/v2/accounts/{email}`            | Get account                       |
| PATCH  | `/api/v2/accounts/{email}`            | Patch account                     |
| DELETE | `/api/v2/accounts/{email}`            | Delete account                    |
| POST   | `/api/v2/accounts/warmup/enable`      | Enable warmup for accounts        |
| POST   | `/api/v2/accounts/warmup/disable`     | Disable warmup for accounts       |
| POST   | `/api/v2/accounts/{email}/pause`      | Pause an account                  |
| POST   | `/api/v2/accounts/{email}/resume`     | Resume a paused account           |
| POST   | `/api/v2/accounts/{email}/mark-fixed` | Mark an account as fixed          |
| GET    | `/api/v2/accounts/ctd/status`         | Get custom tracking domain status |
| POST   | `/api/v2/accounts/move`               | Move accounts between workspaces  |
