Related 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 |