Skip to main content

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.

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.
  • Account — full field reference for email account objects

Endpoints

MethodEndpointDescription
POST/api/v2/accountsCreate account
GET/api/v2/accountsList 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/enableEnable warmup for accounts
POST/api/v2/accounts/warmup/disableDisable warmup for accounts
POST/api/v2/accounts/{email}/pausePause an account
POST/api/v2/accounts/{email}/resumeResume a paused account
POST/api/v2/accounts/{email}/mark-fixedMark an account as fixed
GET/api/v2/accounts/ctd/statusGet custom tracking domain status
POST/api/v2/accounts/moveMove accounts between workspaces