API Explorer (2.0.0)

The entire API V2 documentation is interactive and can be tested here. To the right side of every endpoint you will see a box with an example request. You can click on the "Try it" button to send a request to the server right from the docs. You will need to provide an API key by clicking the ApiKeyAuth_token blue text.

Languages
Servers
Instantly API Server

https://api.instantly.ai/

Mock server

https://developer.instantly.ai/_mock/api/v2/

Analytics

Endpoints related to analytics

Operations

Account

An email account that can be used to send campaigns

Operations

Account

An email account that can be used to send campaigns

emailstring(email)required

Email address of the account

Example: "user@example.com"
timestamp_createdstring(date-time)read-onlyrequired

Timestamp when the account was created

Example: "2025-08-26T22:16:17.941Z"
timestamp_updatedstring(date-time)read-onlyrequired

Timestamp when the account was last updated

Example: "2025-08-26T22:16:17.941Z"
first_namestringrequired

First name associated with the account

Example: "John"
last_namestringrequired

Last name associated with the account

Example: "Doe"
organizationstring(uuid)read-onlyrequired

Organization ID that owns this account

Example: "0198e874-1315-75e4-8094-644feeb142bc"
warmup_statusnumberread-onlyrequired

Current warmup status of the account

Enum ValueDescription
0

Paused

1

Active

-1

Banned

-2

Spam Folder Unknown

-3

Permanent Suspension

Example: 1
provider_codenumberrequired

Provider code for the account. Please make sure to specify the right provider code, otherwise your account will not work.

Enum ValueDescription
1

Custom IMAP/SMTP

2

Google

3

Microsoft

4

AWS

Example: 2
setup_pendingbooleanread-onlyrequired

Whether account setup is pending

Example: false
is_managed_accountbooleanread-onlyrequired

Whether this is a managed account

Example: false
warmupobject

Warmup configuration for the account

added_bynull or string(uuid)read-only

User ID who added the account

Example: "0198e874-1315-75e4-8094-644d610f00a2"
daily_limitnull or number

Daily email sending limit

Example: 100
modified_bynull or string(uuid)read-only

User ID who last modified the account

Example: "0198e874-1315-75e4-8094-644e84b66fdf"
tracking_domain_namenull or string

Tracking domain

Example: "example.com"
tracking_domain_statusnull or string

Tracking domain status

Example: "active"
statusnumberread-only

Current status of the account

Enum ValueDescription
1

Active

2

Paused

-1

Connection Error

-2

Soft Bounce Error

-3

Sending Error

Example: 1
enable_slow_rampnull or boolean

Whether to enable slow ramp up for sending limits

Example: false
inbox_placement_test_limitnull or number

The limit for inbox placement tests

Example: 10
timestamp_last_usednull or string(date-time)read-only

Timestamp when the account was last used

Example: "2025-08-26T22:16:17.941Z"
status_messageobjectread-only

Status message for the account

timestamp_warmup_startnull or string(date-time)read-only

Timestamp when warmup was started

Example: "2025-08-26T22:16:17.941Z"
warmup_pool_idnull or string(uuid)read-only

ID of the warmup pool this account belongs to

Example: "0198e874-1315-75e4-8094-6450ec407ccc"
dfy_password_changednull or booleanread-only

Whether DFY password has been changed

Example: false
stat_warmup_scorenull or numberread-only

Warmup score for the account

Example: 85
sending_gapnumber[ 0 .. 1440 ]

The gap between emails sent from this account in minutes (minimum wait time when used with multiple campaigns)

Example: 10
{ "email": "user@example.com", "timestamp_created": "2025-08-26T22:16:17.941Z", "timestamp_updated": "2025-08-26T22:16:17.941Z", "first_name": "John", "last_name": "Doe", "warmup": { "limit": 100, "advanced": { … }, "warmup_custom_ftag": "warmup", "increment": "disabled", "reply_rate": 0.1 }, "added_by": "0198e874-1315-75e4-8094-644d610f00a2", "daily_limit": 100, "modified_by": "0198e874-1315-75e4-8094-644e84b66fdf", "tracking_domain_name": "example.com", "tracking_domain_status": "active", "status": 1, "enable_slow_ramp": false, "inbox_placement_test_limit": 10, "organization": "0198e874-1315-75e4-8094-644feeb142bc", "timestamp_last_used": "2025-08-26T22:16:17.941Z", "warmup_status": 1, "status_message": { "code": "EENVELOPE", "command": "DATA", "response": "550-5.4.5 Daily user sending limit exceeded. For more information on Gmai", "e_message": "error: data command failed: 550-5.4.5 daily user sending limit exceeded", "responseCode": 550 }, "timestamp_warmup_start": "2025-08-26T22:16:17.941Z", "provider_code": 2, "setup_pending": false, "warmup_pool_id": "0198e874-1315-75e4-8094-6450ec407ccc", "is_managed_account": false, "dfy_password_changed": false, "stat_warmup_score": 85, "sending_gap": 10 }

Create account

Request

Requires one of the following scopes: accounts:create, accounts:all, all:create, all:all

Bodyapplication/jsonrequired

The Account to create

emailstring(email)required

Email address of the account

Example: "user@example.com"
first_namestringrequired

First name associated with the account

Example: "John"
last_namestringrequired

Last name associated with the account

Example: "Doe"
provider_codenumberrequired

Provider code for the account. Please make sure to specify the right provider code, otherwise your account will not work.

Enum ValueDescription
1

Custom IMAP/SMTP

2

Google

3

Microsoft

4

AWS

Example: 2
imap_usernamestringrequired
Example: "username"
imap_passwordstringrequired
Example: "password"
imap_hoststringrequired
Example: "imap.gmail.com"
imap_portnumberrequired
Example: 993
smtp_usernamestringrequired
Example: "username"
smtp_passwordstringrequired
Example: "password"
smtp_hoststringrequired
Example: "smtp.gmail.com"
smtp_portnumberrequired
Example: 587
warmupobject

Warmup configuration for the account

daily_limitnumber or null

Daily email sending limit

Example: 100
tracking_domain_namestring or null

Tracking domain

Example: "example.com"
tracking_domain_statusstring or null

Tracking domain status

Example: "active"
enable_slow_rampboolean or null

Whether to enable slow ramp up for sending limits

Example: false
inbox_placement_test_limitnumber or null

The limit for inbox placement tests

Example: 10
sending_gapnumber[ 0 .. 1440 ]

The gap between emails sent from this account in minutes (minimum wait time when used with multiple campaigns)

Example: 10
reply_tostring
Example: "reply@example.com"
warmup_custom_ftagstring
Example: "warmup"
skip_cname_checkboolean
Example: false
curl -i -X POST \
  https://api.instantly.ai/api/v2/accounts \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "email": "user@example.com",
    "first_name": "John",
    "last_name": "Doe",
    "provider_code": 2,
    "imap_username": "username",
    "imap_password": "password",
    "imap_host": "imap.gmail.com",
    "imap_port": 993,
    "smtp_username": "username",
    "smtp_password": "password",
    "smtp_host": "smtp.gmail.com",
    "smtp_port": 587
  }'

Responses

The Account

Bodyapplication/json
emailstring(email)required

Email address of the account

Example: "user@example.com"
timestamp_createdstring(date-time)read-onlyrequired

Timestamp when the account was created

Example: "2025-08-26T22:16:17.941Z"
timestamp_updatedstring(date-time)read-onlyrequired

Timestamp when the account was last updated

Example: "2025-08-26T22:16:17.941Z"
first_namestringrequired

First name associated with the account

Example: "John"
last_namestringrequired

Last name associated with the account

Example: "Doe"
organizationstring(uuid)read-onlyrequired

Organization ID that owns this account

Example: "0198e874-1315-75e4-8094-644feeb142bc"
warmup_statusnumberread-onlyrequired

Current warmup status of the account

Enum ValueDescription
0

Paused

1

Active

-1

Banned

-2

Spam Folder Unknown

-3

Permanent Suspension

Example: 1
provider_codenumberrequired

Provider code for the account. Please make sure to specify the right provider code, otherwise your account will not work.

Enum ValueDescription
1

Custom IMAP/SMTP

2

Google

3

Microsoft

4

AWS

Example: 2
setup_pendingbooleanread-onlyrequired

Whether account setup is pending

Example: false
is_managed_accountbooleanread-onlyrequired

Whether this is a managed account

Example: false
warmupobject

Warmup configuration for the account

added_bynull or string(uuid)read-only

User ID who added the account

Example: "0198e874-1315-75e4-8094-644d610f00a2"
daily_limitnull or number

Daily email sending limit

Example: 100
modified_bynull or string(uuid)read-only

User ID who last modified the account

Example: "0198e874-1315-75e4-8094-644e84b66fdf"
tracking_domain_namenull or string

Tracking domain

Example: "example.com"
tracking_domain_statusnull or string

Tracking domain status

Example: "active"
statusnumberread-only

Current status of the account

Enum ValueDescription
1

Active

2

Paused

-1

Connection Error

-2

Soft Bounce Error

-3

Sending Error

Example: 1
enable_slow_rampnull or boolean

Whether to enable slow ramp up for sending limits

Example: false
inbox_placement_test_limitnull or number

The limit for inbox placement tests

Example: 10
timestamp_last_usednull or string(date-time)read-only

Timestamp when the account was last used

Example: "2025-08-26T22:16:17.941Z"
status_messageobjectread-only

Status message for the account

timestamp_warmup_startnull or string(date-time)read-only

Timestamp when warmup was started

Example: "2025-08-26T22:16:17.941Z"
warmup_pool_idnull or string(uuid)read-only

ID of the warmup pool this account belongs to

Example: "0198e874-1315-75e4-8094-6450ec407ccc"
dfy_password_changednull or booleanread-only

Whether DFY password has been changed

Example: false
stat_warmup_scorenull or numberread-only

Warmup score for the account

Example: 85
sending_gapnumber[ 0 .. 1440 ]

The gap between emails sent from this account in minutes (minimum wait time when used with multiple campaigns)

Example: 10
Response
application/json
{ "email": "user@example.com", "timestamp_created": "2025-08-26T22:16:17.941Z", "timestamp_updated": "2025-08-26T22:16:17.941Z", "first_name": "John", "last_name": "Doe", "warmup": { "limit": 100, "advanced": { … }, "warmup_custom_ftag": "warmup", "increment": "disabled", "reply_rate": 0.1 }, "added_by": "0198e874-1315-75e4-8094-644d610f00a2", "daily_limit": 100, "modified_by": "0198e874-1315-75e4-8094-644e84b66fdf", "tracking_domain_name": "example.com", "tracking_domain_status": "active", "status": 1, "enable_slow_ramp": false, "inbox_placement_test_limit": 10, "organization": "0198e874-1315-75e4-8094-644feeb142bc", "timestamp_last_used": "2025-08-26T22:16:17.941Z", "warmup_status": 1, "status_message": { "code": "EENVELOPE", "command": "DATA", "response": "550-5.4.5 Daily user sending limit exceeded. For more information on Gmai", "e_message": "error: data command failed: 550-5.4.5 daily user sending limit exceeded", "responseCode": 550 }, "timestamp_warmup_start": "2025-08-26T22:16:17.941Z", "provider_code": 2, "setup_pending": false, "warmup_pool_id": "0198e874-1315-75e4-8094-6450ec407ccc", "is_managed_account": false, "dfy_password_changed": false, "stat_warmup_score": 85, "sending_gap": 10 }

List account

Request

Requires one of the following scopes: accounts:read, accounts:all, all:read, all:all

Query
limitinteger[ 1 .. 100 ]

The number of items to return

Example: limit=10
starting_afterstring
Example: starting_after=2025-03-07T00:00:00.000Z
searchstring
Example: search=gmail.com
statusnumber
Enum ValueDescription
1

Active

2

Paused

-1

Connection Error

-2

Soft Bounce Error

-3

Sending Error

Example: status=1
provider_codenumber
Enum ValueDescription
1

Custom IMAP/SMTP

2

Google

3

Microsoft

4

AWS

Example: provider_code=2
tag_idsstring

Filter accounts by tag ids. Returns accounts that have any of the specified tags assigned. You can specify multiple tag ids by separating them with a comma.

Example: tag_ids=0198e874-2553-78af-9b16-d8ab92d5317f, 0198e874-2553-78af-9b16-d8ac2e4ed981
curl -i -X GET \
  'https://api.instantly.ai/api/v2/accounts?limit=10&provider_code=2&search=gmail.com&starting_after=2025-03-07T00%3A00%3A00.000Z&status=1&tag_ids=0198e874-2553-78af-9b16-d8ab92d5317f%2C%200198e874-2553-78af-9b16-d8ac2e4ed981' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

The list of Account

Bodyapplication/json
itemsArray of objects(Account)required
items[].​emailstring(email)required

Email address of the account

Example: "user@example.com"
items[].​timestamp_createdstring(date-time)read-onlyrequired

Timestamp when the account was created

Example: "2025-08-26T22:16:17.941Z"
items[].​timestamp_updatedstring(date-time)read-onlyrequired

Timestamp when the account was last updated

Example: "2025-08-26T22:16:17.941Z"
items[].​first_namestringrequired

First name associated with the account

Example: "John"
items[].​last_namestringrequired

Last name associated with the account

Example: "Doe"
items[].​organizationstring(uuid)read-onlyrequired

Organization ID that owns this account

Example: "0198e874-1315-75e4-8094-644feeb142bc"
items[].​warmup_statusnumberread-onlyrequired

Current warmup status of the account

Enum ValueDescription
0

Paused

1

Active

-1

Banned

-2

Spam Folder Unknown

-3

Permanent Suspension

Example: 1
items[].​provider_codenumberrequired

Provider code for the account. Please make sure to specify the right provider code, otherwise your account will not work.

Enum ValueDescription
1

Custom IMAP/SMTP

2

Google

3

Microsoft

4

AWS

Example: 2
items[].​setup_pendingbooleanread-onlyrequired

Whether account setup is pending

Example: false
items[].​is_managed_accountbooleanread-onlyrequired

Whether this is a managed account

Example: false
items[].​warmupobject

Warmup configuration for the account

items[].​added_bynull or string(uuid)read-only

User ID who added the account

Example: "0198e874-1315-75e4-8094-644d610f00a2"
items[].​daily_limitnull or number

Daily email sending limit

Example: 100
items[].​modified_bynull or string(uuid)read-only

User ID who last modified the account

Example: "0198e874-1315-75e4-8094-644e84b66fdf"
items[].​tracking_domain_namenull or string

Tracking domain

Example: "example.com"
items[].​tracking_domain_statusnull or string

Tracking domain status

Example: "active"
items[].​statusnumberread-only

Current status of the account

Enum ValueDescription
1

Active

2

Paused

-1

Connection Error

-2

Soft Bounce Error

-3

Sending Error

Example: 1
items[].​enable_slow_rampnull or boolean

Whether to enable slow ramp up for sending limits

Example: false
items[].​inbox_placement_test_limitnull or number

The limit for inbox placement tests

Example: 10
items[].​timestamp_last_usednull or string(date-time)read-only

Timestamp when the account was last used

Example: "2025-08-26T22:16:17.941Z"
items[].​status_messageobjectread-only

Status message for the account

items[].​timestamp_warmup_startnull or string(date-time)read-only

Timestamp when warmup was started

Example: "2025-08-26T22:16:17.941Z"
items[].​warmup_pool_idnull or string(uuid)read-only

ID of the warmup pool this account belongs to

Example: "0198e874-1315-75e4-8094-6450ec407ccc"
items[].​dfy_password_changednull or booleanread-only

Whether DFY password has been changed

Example: false
items[].​stat_warmup_scorenull or numberread-only

Warmup score for the account

Example: 85
items[].​sending_gapnumber[ 0 .. 1440 ]

The gap between emails sent from this account in minutes (minimum wait time when used with multiple campaigns)

Example: 10
next_starting_afterstring

The filter for getting the next items after this one, this could either be a UUID, a MongoDB ID, a timestamp, on an email depending on the specific API

Example: "0198e874-2553-78af-9b16-d8ad2f0b97bf"
Response
application/json
{ "items": [ { … } ], "next_starting_after": "0198e874-2553-78af-9b16-d8ad2f0b97bf" }

Get account

Request

Requires one of the following scopes: accounts:read, accounts:all, all:read, all:all

Path
emailstringrequired

The email of the account to get

Example: jon@doe.com
curl -i -X GET \
  https://api.instantly.ai/api/v2/accounts/jon@doe.com \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

The requested Account

Bodyapplication/json
emailstring(email)required

Email address of the account

Example: "user@example.com"
timestamp_createdstring(date-time)read-onlyrequired

Timestamp when the account was created

Example: "2025-08-26T22:16:17.941Z"
timestamp_updatedstring(date-time)read-onlyrequired

Timestamp when the account was last updated

Example: "2025-08-26T22:16:17.941Z"
first_namestringrequired

First name associated with the account

Example: "John"
last_namestringrequired

Last name associated with the account

Example: "Doe"
organizationstring(uuid)read-onlyrequired

Organization ID that owns this account

Example: "0198e874-1315-75e4-8094-644feeb142bc"
warmup_statusnumberread-onlyrequired

Current warmup status of the account

Enum ValueDescription
0

Paused

1

Active

-1

Banned

-2

Spam Folder Unknown

-3

Permanent Suspension

Example: 1
provider_codenumberrequired

Provider code for the account. Please make sure to specify the right provider code, otherwise your account will not work.

Enum ValueDescription
1

Custom IMAP/SMTP

2

Google

3

Microsoft

4

AWS

Example: 2
setup_pendingbooleanread-onlyrequired

Whether account setup is pending

Example: false
is_managed_accountbooleanread-onlyrequired

Whether this is a managed account

Example: false
warmupobject

Warmup configuration for the account

added_bynull or string(uuid)read-only

User ID who added the account

Example: "0198e874-1315-75e4-8094-644d610f00a2"
daily_limitnull or number

Daily email sending limit

Example: 100
modified_bynull or string(uuid)read-only

User ID who last modified the account

Example: "0198e874-1315-75e4-8094-644e84b66fdf"
tracking_domain_namenull or string

Tracking domain

Example: "example.com"
tracking_domain_statusnull or string

Tracking domain status

Example: "active"
statusnumberread-only

Current status of the account

Enum ValueDescription
1

Active

2

Paused

-1

Connection Error

-2

Soft Bounce Error

-3

Sending Error

Example: 1
enable_slow_rampnull or boolean

Whether to enable slow ramp up for sending limits

Example: false
inbox_placement_test_limitnull or number

The limit for inbox placement tests

Example: 10
timestamp_last_usednull or string(date-time)read-only

Timestamp when the account was last used

Example: "2025-08-26T22:16:17.941Z"
status_messageobjectread-only

Status message for the account

timestamp_warmup_startnull or string(date-time)read-only

Timestamp when warmup was started

Example: "2025-08-26T22:16:17.941Z"
warmup_pool_idnull or string(uuid)read-only

ID of the warmup pool this account belongs to

Example: "0198e874-1315-75e4-8094-6450ec407ccc"
dfy_password_changednull or booleanread-only

Whether DFY password has been changed

Example: false
stat_warmup_scorenull or numberread-only

Warmup score for the account

Example: 85
sending_gapnumber[ 0 .. 1440 ]

The gap between emails sent from this account in minutes (minimum wait time when used with multiple campaigns)

Example: 10
Response
application/json
{ "email": "user@example.com", "timestamp_created": "2025-08-26T22:16:17.941Z", "timestamp_updated": "2025-08-26T22:16:17.941Z", "first_name": "John", "last_name": "Doe", "warmup": { "limit": 100, "advanced": { … }, "warmup_custom_ftag": "warmup", "increment": "disabled", "reply_rate": 0.1 }, "added_by": "0198e874-1315-75e4-8094-644d610f00a2", "daily_limit": 100, "modified_by": "0198e874-1315-75e4-8094-644e84b66fdf", "tracking_domain_name": "example.com", "tracking_domain_status": "active", "status": 1, "enable_slow_ramp": false, "inbox_placement_test_limit": 10, "organization": "0198e874-1315-75e4-8094-644feeb142bc", "timestamp_last_used": "2025-08-26T22:16:17.941Z", "warmup_status": 1, "status_message": { "code": "EENVELOPE", "command": "DATA", "response": "550-5.4.5 Daily user sending limit exceeded. For more information on Gmai", "e_message": "error: data command failed: 550-5.4.5 daily user sending limit exceeded", "responseCode": 550 }, "timestamp_warmup_start": "2025-08-26T22:16:17.941Z", "provider_code": 2, "setup_pending": false, "warmup_pool_id": "0198e874-1315-75e4-8094-6450ec407ccc", "is_managed_account": false, "dfy_password_changed": false, "stat_warmup_score": 85, "sending_gap": 10 }

Patch account

Request

Requires one of the following scopes: accounts:update, accounts:all, all:update, all:all

Path
emailstringrequired

The email of the account to update

Example: jon@doe.com
Bodyapplication/json
non-empty
first_namestring

First name associated with the account

Example: "John"
last_namestring

Last name associated with the account

Example: "Doe"
warmupobject

Warmup configuration for the account

daily_limitnumber or null

Daily email sending limit

Example: 100
tracking_domain_namestring or null

Tracking domain

Example: "example.com"
tracking_domain_statusstring or null

Tracking domain status

Example: "active"
enable_slow_rampboolean or null

Whether to enable slow ramp up for sending limits

Example: false
inbox_placement_test_limitnumber or null

The limit for inbox placement tests

Example: 10
sending_gapnumber[ 0 .. 1440 ]

The gap between emails sent from this account in minutes (minimum wait time when used with multiple campaigns)

Example: 10
skip_cname_checkboolean
Example: false
remove_tracking_domainboolean
Example: false
curl -i -X PATCH \
  https://api.instantly.ai/api/v2/accounts/jon@doe.com \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{}'

Responses

The updated Account

Bodyapplication/json
emailstring(email)required

Email address of the account

Example: "user@example.com"
timestamp_createdstring(date-time)read-onlyrequired

Timestamp when the account was created

Example: "2025-08-26T22:16:17.941Z"
timestamp_updatedstring(date-time)read-onlyrequired

Timestamp when the account was last updated

Example: "2025-08-26T22:16:17.941Z"
first_namestringrequired

First name associated with the account

Example: "John"
last_namestringrequired

Last name associated with the account

Example: "Doe"
organizationstring(uuid)read-onlyrequired

Organization ID that owns this account

Example: "0198e874-1315-75e4-8094-644feeb142bc"
warmup_statusnumberread-onlyrequired

Current warmup status of the account

Enum ValueDescription
0

Paused

1

Active

-1

Banned

-2

Spam Folder Unknown

-3

Permanent Suspension

Example: 1
provider_codenumberrequired

Provider code for the account. Please make sure to specify the right provider code, otherwise your account will not work.

Enum ValueDescription
1

Custom IMAP/SMTP

2

Google

3

Microsoft

4

AWS

Example: 2
setup_pendingbooleanread-onlyrequired

Whether account setup is pending

Example: false
is_managed_accountbooleanread-onlyrequired

Whether this is a managed account

Example: false
warmupobject

Warmup configuration for the account

added_bynull or string(uuid)read-only

User ID who added the account

Example: "0198e874-1315-75e4-8094-644d610f00a2"
daily_limitnull or number

Daily email sending limit

Example: 100
modified_bynull or string(uuid)read-only

User ID who last modified the account

Example: "0198e874-1315-75e4-8094-644e84b66fdf"
tracking_domain_namenull or string

Tracking domain

Example: "example.com"
tracking_domain_statusnull or string

Tracking domain status

Example: "active"
statusnumberread-only

Current status of the account

Enum ValueDescription
1

Active

2

Paused

-1

Connection Error

-2

Soft Bounce Error

-3

Sending Error

Example: 1
enable_slow_rampnull or boolean

Whether to enable slow ramp up for sending limits

Example: false
inbox_placement_test_limitnull or number

The limit for inbox placement tests

Example: 10
timestamp_last_usednull or string(date-time)read-only

Timestamp when the account was last used

Example: "2025-08-26T22:16:17.941Z"
status_messageobjectread-only

Status message for the account

timestamp_warmup_startnull or string(date-time)read-only

Timestamp when warmup was started

Example: "2025-08-26T22:16:17.941Z"
warmup_pool_idnull or string(uuid)read-only

ID of the warmup pool this account belongs to

Example: "0198e874-1315-75e4-8094-6450ec407ccc"
dfy_password_changednull or booleanread-only

Whether DFY password has been changed

Example: false
stat_warmup_scorenull or numberread-only

Warmup score for the account

Example: 85
sending_gapnumber[ 0 .. 1440 ]

The gap between emails sent from this account in minutes (minimum wait time when used with multiple campaigns)

Example: 10
Response
application/json
{ "email": "user@example.com", "timestamp_created": "2025-08-26T22:16:17.941Z", "timestamp_updated": "2025-08-26T22:16:17.941Z", "first_name": "John", "last_name": "Doe", "warmup": { "limit": 100, "advanced": { … }, "warmup_custom_ftag": "warmup", "increment": "disabled", "reply_rate": 0.1 }, "added_by": "0198e874-1315-75e4-8094-644d610f00a2", "daily_limit": 100, "modified_by": "0198e874-1315-75e4-8094-644e84b66fdf", "tracking_domain_name": "example.com", "tracking_domain_status": "active", "status": 1, "enable_slow_ramp": false, "inbox_placement_test_limit": 10, "organization": "0198e874-1315-75e4-8094-644feeb142bc", "timestamp_last_used": "2025-08-26T22:16:17.941Z", "warmup_status": 1, "status_message": { "code": "EENVELOPE", "command": "DATA", "response": "550-5.4.5 Daily user sending limit exceeded. For more information on Gmai", "e_message": "error: data command failed: 550-5.4.5 daily user sending limit exceeded", "responseCode": 550 }, "timestamp_warmup_start": "2025-08-26T22:16:17.941Z", "provider_code": 2, "setup_pending": false, "warmup_pool_id": "0198e874-1315-75e4-8094-6450ec407ccc", "is_managed_account": false, "dfy_password_changed": false, "stat_warmup_score": 85, "sending_gap": 10 }

Delete account

Request

Requires one of the following scopes: accounts:delete, accounts:all, all:delete, all:all

Path
emailstringrequired

The email of the account to get

Example: jon@doe.com
Bodyapplication/json
null
curl -i -X DELETE \
  https://api.instantly.ai/api/v2/accounts/jon@doe.com \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json'

Responses

The deleted Account

Bodyapplication/json
emailstring(email)required

Email address of the account

Example: "user@example.com"
timestamp_createdstring(date-time)read-onlyrequired

Timestamp when the account was created

Example: "2025-08-26T22:16:17.941Z"
timestamp_updatedstring(date-time)read-onlyrequired

Timestamp when the account was last updated

Example: "2025-08-26T22:16:17.941Z"
first_namestringrequired

First name associated with the account

Example: "John"
last_namestringrequired

Last name associated with the account

Example: "Doe"
organizationstring(uuid)read-onlyrequired

Organization ID that owns this account

Example: "0198e874-1315-75e4-8094-644feeb142bc"
warmup_statusnumberread-onlyrequired

Current warmup status of the account

Enum ValueDescription
0

Paused

1

Active

-1

Banned

-2

Spam Folder Unknown

-3

Permanent Suspension

Example: 1
provider_codenumberrequired

Provider code for the account. Please make sure to specify the right provider code, otherwise your account will not work.

Enum ValueDescription
1

Custom IMAP/SMTP

2

Google

3

Microsoft

4

AWS

Example: 2
setup_pendingbooleanread-onlyrequired

Whether account setup is pending

Example: false
is_managed_accountbooleanread-onlyrequired

Whether this is a managed account

Example: false
warmupobject

Warmup configuration for the account

added_bynull or string(uuid)read-only

User ID who added the account

Example: "0198e874-1315-75e4-8094-644d610f00a2"
daily_limitnull or number

Daily email sending limit

Example: 100
modified_bynull or string(uuid)read-only

User ID who last modified the account

Example: "0198e874-1315-75e4-8094-644e84b66fdf"
tracking_domain_namenull or string

Tracking domain

Example: "example.com"
tracking_domain_statusnull or string

Tracking domain status

Example: "active"
statusnumberread-only

Current status of the account

Enum ValueDescription
1

Active

2

Paused

-1

Connection Error

-2

Soft Bounce Error

-3

Sending Error

Example: 1
enable_slow_rampnull or boolean

Whether to enable slow ramp up for sending limits

Example: false
inbox_placement_test_limitnull or number

The limit for inbox placement tests

Example: 10
timestamp_last_usednull or string(date-time)read-only

Timestamp when the account was last used

Example: "2025-08-26T22:16:17.941Z"
status_messageobjectread-only

Status message for the account

timestamp_warmup_startnull or string(date-time)read-only

Timestamp when warmup was started

Example: "2025-08-26T22:16:17.941Z"
warmup_pool_idnull or string(uuid)read-only

ID of the warmup pool this account belongs to

Example: "0198e874-1315-75e4-8094-6450ec407ccc"
dfy_password_changednull or booleanread-only

Whether DFY password has been changed

Example: false
stat_warmup_scorenull or numberread-only

Warmup score for the account

Example: 85
sending_gapnumber[ 0 .. 1440 ]

The gap between emails sent from this account in minutes (minimum wait time when used with multiple campaigns)

Example: 10
Response
application/json
{ "email": "user@example.com", "timestamp_created": "2025-08-26T22:16:17.941Z", "timestamp_updated": "2025-08-26T22:16:17.941Z", "first_name": "John", "last_name": "Doe", "warmup": { "limit": 100, "advanced": { … }, "warmup_custom_ftag": "warmup", "increment": "disabled", "reply_rate": 0.1 }, "added_by": "0198e874-1315-75e4-8094-644d610f00a2", "daily_limit": 100, "modified_by": "0198e874-1315-75e4-8094-644e84b66fdf", "tracking_domain_name": "example.com", "tracking_domain_status": "active", "status": 1, "enable_slow_ramp": false, "inbox_placement_test_limit": 10, "organization": "0198e874-1315-75e4-8094-644feeb142bc", "timestamp_last_used": "2025-08-26T22:16:17.941Z", "warmup_status": 1, "status_message": { "code": "EENVELOPE", "command": "DATA", "response": "550-5.4.5 Daily user sending limit exceeded. For more information on Gmai", "e_message": "error: data command failed: 550-5.4.5 daily user sending limit exceeded", "responseCode": 550 }, "timestamp_warmup_start": "2025-08-26T22:16:17.941Z", "provider_code": 2, "setup_pending": false, "warmup_pool_id": "0198e874-1315-75e4-8094-6450ec407ccc", "is_managed_account": false, "dfy_password_changed": false, "stat_warmup_score": 85, "sending_gap": 10 }

Enable warmup for accounts

Request

Initiates a background job to enable warmup for the specified accounts. The response will contain the initial background job object. You can monitor the job's progress by polling the GET: /api/v2/background-jobs/:id endpoint.

Bodyapplication/json
emailsArray of strings<= 100 items

List of emails to enable warmup accounts for. The emails should be attached to accounts in your workspace.

Example: ["user@example.com"]
include_all_emailsboolean

If true, it will enable warmup to all accounts

Example: true
excluded_emailsArray of strings<= 100 items

List of emails to exclude when include_all_emails is true.

Example: ["user@example.com"]
curl -i -X POST \
  https://api.instantly.ai/api/v2/accounts/warmup/enable \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{}'

Responses

The requested Background Job

Bodyapplication/json
idstringread-onlyrequired

Unique identifier for the background job

Example: "675266e304a8e55b17f0228b"
workspace_idstring(uuid)read-onlyrequired

Workspace ID

Example: "0198e874-1311-7bce-a6de-a294e6e55469"
typestringrequired

Type of background job

Enum ValueDescription
move-leads

Move Leads

import-leads

Import Leads

export-leads

Export Leads

update-warmup-accounts

Update Warmup Accounts

Example: "move-leads"
progressnumber[ 0 .. 100 ]required

Progress of the job as a percentage (from 0 to 100)

Example: 0
statusstringrequired

Job status

Enum ValueDescription
pending

The background job is waiting in the queue to be processed

in-progress

The background job is being processed

success

The background job has been successfully processed

failed

The background job has failed

Example: "pending"
created_atstringrequired

Timestamp when the job was created

Example: "2025-08-26T22:16:17.937Z"
updated_atstringrequired

Timestamp when the job was last updated

Example: "2025-08-26T22:16:17.937Z"
user_idnull or string(uuid)read-only

The id of the user that triggered the action that created the job

Example: "0198e874-1311-7bce-a6de-a295ea06d392"
entity_idnull or string(uuid)

The id of the entity that the job is related to

Example: "0198e874-1311-7bce-a6de-a296c186d357"
entity_typestring

Type of entity

Enum ValueDescription
list

The entity is a lead list

campaign

The entity is a campaign

workspace

The entity is a workspace

Example: "list"
dataobject

Data about the job, used to store any additional information we need to process the job

Response
application/json
{ "id": "675266e304a8e55b17f0228b", "workspace_id": "0198e874-1311-7bce-a6de-a294e6e55469", "user_id": "0198e874-1311-7bce-a6de-a295ea06d392", "type": "move-leads", "entity_id": "0198e874-1311-7bce-a6de-a296c186d357", "entity_type": "list", "data": {}, "progress": 0, "status": "pending", "created_at": "2025-08-26T22:16:17.937Z", "updated_at": "2025-08-26T22:16:17.937Z" }

Disable warmup for accounts

Request

Initiates a background job to disable warmup for the specified accounts. The response will contain the initial background job object. You can monitor the job's progress by polling the GET: /api/v2/background-jobs/:id endpoint.

Bodyapplication/json
emailsArray of strings<= 100 items

List of emails to disable warmup accounts for. The emails should be attached to accounts in your workspace.

Example: ["user@example.com"]
include_all_emailsboolean

If true, it will disable warmup to all accounts

Example: true
excluded_emailsArray of strings<= 100 items

List of emails to exclude when include_all_emails is true.

Example: ["user@example.com"]
curl -i -X POST \
  https://api.instantly.ai/api/v2/accounts/warmup/disable \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{}'

Responses

The requested Background Job

Bodyapplication/json
idstringread-onlyrequired

Unique identifier for the background job

Example: "675266e304a8e55b17f0228b"
workspace_idstring(uuid)read-onlyrequired

Workspace ID

Example: "0198e874-1311-7bce-a6de-a294e6e55469"
typestringrequired

Type of background job

Enum ValueDescription
move-leads

Move Leads

import-leads

Import Leads

export-leads

Export Leads

update-warmup-accounts

Update Warmup Accounts

Example: "move-leads"
progressnumber[ 0 .. 100 ]required

Progress of the job as a percentage (from 0 to 100)

Example: 0
statusstringrequired

Job status

Enum ValueDescription
pending

The background job is waiting in the queue to be processed

in-progress

The background job is being processed

success

The background job has been successfully processed

failed

The background job has failed

Example: "pending"
created_atstringrequired

Timestamp when the job was created

Example: "2025-08-26T22:16:17.937Z"
updated_atstringrequired

Timestamp when the job was last updated

Example: "2025-08-26T22:16:17.937Z"
user_idnull or string(uuid)read-only

The id of the user that triggered the action that created the job

Example: "0198e874-1311-7bce-a6de-a295ea06d392"
entity_idnull or string(uuid)

The id of the entity that the job is related to

Example: "0198e874-1311-7bce-a6de-a296c186d357"
entity_typestring

Type of entity

Enum ValueDescription
list

The entity is a lead list

campaign

The entity is a campaign

workspace

The entity is a workspace

Example: "list"
dataobject

Data about the job, used to store any additional information we need to process the job

Response
application/json
{ "id": "675266e304a8e55b17f0228b", "workspace_id": "0198e874-1311-7bce-a6de-a294e6e55469", "user_id": "0198e874-1311-7bce-a6de-a295ea06d392", "type": "move-leads", "entity_id": "0198e874-1311-7bce-a6de-a296c186d357", "entity_type": "list", "data": {}, "progress": 0, "status": "pending", "created_at": "2025-08-26T22:16:17.937Z", "updated_at": "2025-08-26T22:16:17.937Z" }

Get warmup analytics

Request

Requires one of the following scopes: accounts:read, accounts:all, all:read, all:all

Bodyapplication/jsonrequired
emailsArray of strings[ 1 .. 100 ] itemsrequired

List of emails to get warmup analytics for. The emails should be attached to accounts in your workspace.

Example: ["user@example.com"]
curl -i -X POST \
  https://api.instantly.ai/api/v2/accounts/warmup-analytics \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "emails": [
      "user@example.com"
    ]
  }'

Responses

Default Response

Bodyapplication/json
email_date_dataobject
Example: {"example1@example.com":{"2023-10-01":{"sent":10,"landed_inbox":8,"landed_spam":2,"received":10},"2023-10-02":{"sent":5,"landed_inbox":5,"received":5}},"example2@example.com":{"2023-10-01":{"sent":7,"landed_inbox":7,"received":7}}}
aggregate_dataobject
Example: {"example1@example.com":{"sent":15,"landed_inbox":13,"landed_spam":2,"received":15,"health_score_label":"87%","health_score":87},"example2@example.com":{"sent":7,"landed_inbox":7,"health_score_label":"100%","health_score":100}}
Response
application/json
{ "email_date_data": { "example1@example.com": { … }, "example2@example.com": { … } }, "aggregate_data": { "example1@example.com": { … }, "example2@example.com": { … } } }

Pause an account

Request

Requires one of the following scopes: accounts:update, accounts:all, all:update, all:all

Path
emailstringrequired

The email of the account to pause

Example: user@example.com
curl -i -X POST \
  https://api.instantly.ai/api/v2/accounts/user@example.com/pause \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

The requested Account

Bodyapplication/json
emailstring(email)required

Email address of the account

Example: "user@example.com"
timestamp_createdstring(date-time)read-onlyrequired

Timestamp when the account was created

Example: "2025-08-26T22:16:17.941Z"
timestamp_updatedstring(date-time)read-onlyrequired

Timestamp when the account was last updated

Example: "2025-08-26T22:16:17.941Z"
first_namestringrequired

First name associated with the account

Example: "John"
last_namestringrequired

Last name associated with the account

Example: "Doe"
organizationstring(uuid)read-onlyrequired

Organization ID that owns this account

Example: "0198e874-1315-75e4-8094-644feeb142bc"
warmup_statusnumberread-onlyrequired

Current warmup status of the account

Enum ValueDescription
0

Paused

1

Active

-1

Banned

-2

Spam Folder Unknown

-3

Permanent Suspension

Example: 1
provider_codenumberrequired

Provider code for the account. Please make sure to specify the right provider code, otherwise your account will not work.

Enum ValueDescription
1

Custom IMAP/SMTP

2

Google

3

Microsoft

4

AWS

Example: 2
setup_pendingbooleanread-onlyrequired

Whether account setup is pending

Example: false
is_managed_accountbooleanread-onlyrequired

Whether this is a managed account

Example: false
warmupobject

Warmup configuration for the account

added_bynull or string(uuid)read-only

User ID who added the account

Example: "0198e874-1315-75e4-8094-644d610f00a2"
daily_limitnull or number

Daily email sending limit

Example: 100
modified_bynull or string(uuid)read-only

User ID who last modified the account

Example: "0198e874-1315-75e4-8094-644e84b66fdf"
tracking_domain_namenull or string

Tracking domain

Example: "example.com"
tracking_domain_statusnull or string

Tracking domain status

Example: "active"
statusnumberread-only

Current status of the account

Enum ValueDescription
1

Active

2

Paused

-1

Connection Error

-2

Soft Bounce Error

-3

Sending Error

Example: 1
enable_slow_rampnull or boolean

Whether to enable slow ramp up for sending limits

Example: false
inbox_placement_test_limitnull or number

The limit for inbox placement tests

Example: 10
timestamp_last_usednull or string(date-time)read-only

Timestamp when the account was last used

Example: "2025-08-26T22:16:17.941Z"
status_messageobjectread-only

Status message for the account

timestamp_warmup_startnull or string(date-time)read-only

Timestamp when warmup was started

Example: "2025-08-26T22:16:17.941Z"
warmup_pool_idnull or string(uuid)read-only

ID of the warmup pool this account belongs to

Example: "0198e874-1315-75e4-8094-6450ec407ccc"
dfy_password_changednull or booleanread-only

Whether DFY password has been changed

Example: false
stat_warmup_scorenull or numberread-only

Warmup score for the account

Example: 85
sending_gapnumber[ 0 .. 1440 ]

The gap between emails sent from this account in minutes (minimum wait time when used with multiple campaigns)

Example: 10
Response
application/json
{ "email": "user@example.com", "timestamp_created": "2025-08-26T22:16:17.941Z", "timestamp_updated": "2025-08-26T22:16:17.941Z", "first_name": "John", "last_name": "Doe", "warmup": { "limit": 100, "advanced": { … }, "warmup_custom_ftag": "warmup", "increment": "disabled", "reply_rate": 0.1 }, "added_by": "0198e874-1315-75e4-8094-644d610f00a2", "daily_limit": 100, "modified_by": "0198e874-1315-75e4-8094-644e84b66fdf", "tracking_domain_name": "example.com", "tracking_domain_status": "active", "status": 1, "enable_slow_ramp": false, "inbox_placement_test_limit": 10, "organization": "0198e874-1315-75e4-8094-644feeb142bc", "timestamp_last_used": "2025-08-26T22:16:17.941Z", "warmup_status": 1, "status_message": { "code": "EENVELOPE", "command": "DATA", "response": "550-5.4.5 Daily user sending limit exceeded. For more information on Gmai", "e_message": "error: data command failed: 550-5.4.5 daily user sending limit exceeded", "responseCode": 550 }, "timestamp_warmup_start": "2025-08-26T22:16:17.941Z", "provider_code": 2, "setup_pending": false, "warmup_pool_id": "0198e874-1315-75e4-8094-6450ec407ccc", "is_managed_account": false, "dfy_password_changed": false, "stat_warmup_score": 85, "sending_gap": 10 }

Resume a paused account

Request

Requires one of the following scopes: accounts:update, accounts:all, all:update, all:all

Path
emailstringrequired

Account email

Example: user@example.com
curl -i -X POST \
  https://api.instantly.ai/api/v2/accounts/user@example.com/resume \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

The requested Account

Bodyapplication/json
emailstring(email)required

Email address of the account

Example: "user@example.com"
timestamp_createdstring(date-time)read-onlyrequired

Timestamp when the account was created

Example: "2025-08-26T22:16:17.941Z"
timestamp_updatedstring(date-time)read-onlyrequired

Timestamp when the account was last updated

Example: "2025-08-26T22:16:17.941Z"
first_namestringrequired

First name associated with the account

Example: "John"
last_namestringrequired

Last name associated with the account

Example: "Doe"
organizationstring(uuid)read-onlyrequired

Organization ID that owns this account

Example: "0198e874-1315-75e4-8094-644feeb142bc"
warmup_statusnumberread-onlyrequired

Current warmup status of the account

Enum ValueDescription
0

Paused

1

Active

-1

Banned

-2

Spam Folder Unknown

-3

Permanent Suspension

Example: 1
provider_codenumberrequired

Provider code for the account. Please make sure to specify the right provider code, otherwise your account will not work.

Enum ValueDescription
1

Custom IMAP/SMTP

2

Google

3

Microsoft

4

AWS

Example: 2
setup_pendingbooleanread-onlyrequired

Whether account setup is pending

Example: false
is_managed_accountbooleanread-onlyrequired

Whether this is a managed account

Example: false
warmupobject

Warmup configuration for the account

added_bynull or string(uuid)read-only

User ID who added the account

Example: "0198e874-1315-75e4-8094-644d610f00a2"
daily_limitnull or number

Daily email sending limit

Example: 100
modified_bynull or string(uuid)read-only

User ID who last modified the account

Example: "0198e874-1315-75e4-8094-644e84b66fdf"
tracking_domain_namenull or string

Tracking domain

Example: "example.com"
tracking_domain_statusnull or string

Tracking domain status

Example: "active"
statusnumberread-only

Current status of the account

Enum ValueDescription
1

Active

2

Paused

-1

Connection Error

-2

Soft Bounce Error

-3

Sending Error

Example: 1
enable_slow_rampnull or boolean

Whether to enable slow ramp up for sending limits

Example: false
inbox_placement_test_limitnull or number

The limit for inbox placement tests

Example: 10
timestamp_last_usednull or string(date-time)read-only

Timestamp when the account was last used

Example: "2025-08-26T22:16:17.941Z"
status_messageobjectread-only

Status message for the account

timestamp_warmup_startnull or string(date-time)read-only

Timestamp when warmup was started

Example: "2025-08-26T22:16:17.941Z"
warmup_pool_idnull or string(uuid)read-only

ID of the warmup pool this account belongs to

Example: "0198e874-1315-75e4-8094-6450ec407ccc"
dfy_password_changednull or booleanread-only

Whether DFY password has been changed

Example: false
stat_warmup_scorenull or numberread-only

Warmup score for the account

Example: 85
sending_gapnumber[ 0 .. 1440 ]

The gap between emails sent from this account in minutes (minimum wait time when used with multiple campaigns)

Example: 10
Response
application/json
{ "email": "user@example.com", "timestamp_created": "2025-08-26T22:16:17.941Z", "timestamp_updated": "2025-08-26T22:16:17.941Z", "first_name": "John", "last_name": "Doe", "warmup": { "limit": 100, "advanced": { … }, "warmup_custom_ftag": "warmup", "increment": "disabled", "reply_rate": 0.1 }, "added_by": "0198e874-1315-75e4-8094-644d610f00a2", "daily_limit": 100, "modified_by": "0198e874-1315-75e4-8094-644e84b66fdf", "tracking_domain_name": "example.com", "tracking_domain_status": "active", "status": 1, "enable_slow_ramp": false, "inbox_placement_test_limit": 10, "organization": "0198e874-1315-75e4-8094-644feeb142bc", "timestamp_last_used": "2025-08-26T22:16:17.941Z", "warmup_status": 1, "status_message": { "code": "EENVELOPE", "command": "DATA", "response": "550-5.4.5 Daily user sending limit exceeded. For more information on Gmai", "e_message": "error: data command failed: 550-5.4.5 daily user sending limit exceeded", "responseCode": 550 }, "timestamp_warmup_start": "2025-08-26T22:16:17.941Z", "provider_code": 2, "setup_pending": false, "warmup_pool_id": "0198e874-1315-75e4-8094-6450ec407ccc", "is_managed_account": false, "dfy_password_changed": false, "stat_warmup_score": 85, "sending_gap": 10 }

Mark an account as fixed

Request

Requires one of the following scopes: accounts:update, accounts:all, all:update, all:all

Path
emailstringrequired

Account email

Example: user@example.com
curl -i -X POST \
  https://api.instantly.ai/api/v2/accounts/user@example.com/mark-fixed \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

The requested Account

Bodyapplication/json
emailstring(email)required

Email address of the account

Example: "user@example.com"
timestamp_createdstring(date-time)read-onlyrequired

Timestamp when the account was created

Example: "2025-08-26T22:16:17.941Z"
timestamp_updatedstring(date-time)read-onlyrequired

Timestamp when the account was last updated

Example: "2025-08-26T22:16:17.941Z"
first_namestringrequired

First name associated with the account

Example: "John"
last_namestringrequired

Last name associated with the account

Example: "Doe"
organizationstring(uuid)read-onlyrequired

Organization ID that owns this account

Example: "0198e874-1315-75e4-8094-644feeb142bc"
warmup_statusnumberread-onlyrequired

Current warmup status of the account

Enum ValueDescription
0

Paused

1

Active

-1

Banned

-2

Spam Folder Unknown

-3

Permanent Suspension

Example: 1
provider_codenumberrequired

Provider code for the account. Please make sure to specify the right provider code, otherwise your account will not work.

Enum ValueDescription
1

Custom IMAP/SMTP

2

Google

3

Microsoft

4

AWS

Example: 2
setup_pendingbooleanread-onlyrequired

Whether account setup is pending

Example: false
is_managed_accountbooleanread-onlyrequired

Whether this is a managed account

Example: false
warmupobject

Warmup configuration for the account

added_bynull or string(uuid)read-only

User ID who added the account

Example: "0198e874-1315-75e4-8094-644d610f00a2"
daily_limitnull or number

Daily email sending limit

Example: 100
modified_bynull or string(uuid)read-only

User ID who last modified the account

Example: "0198e874-1315-75e4-8094-644e84b66fdf"
tracking_domain_namenull or string

Tracking domain

Example: "example.com"
tracking_domain_statusnull or string

Tracking domain status

Example: "active"
statusnumberread-only

Current status of the account

Enum ValueDescription
1

Active

2

Paused

-1

Connection Error

-2

Soft Bounce Error

-3

Sending Error

Example: 1
enable_slow_rampnull or boolean

Whether to enable slow ramp up for sending limits

Example: false
inbox_placement_test_limitnull or number

The limit for inbox placement tests

Example: 10
timestamp_last_usednull or string(date-time)read-only

Timestamp when the account was last used

Example: "2025-08-26T22:16:17.941Z"
status_messageobjectread-only

Status message for the account

timestamp_warmup_startnull or string(date-time)read-only

Timestamp when warmup was started

Example: "2025-08-26T22:16:17.941Z"
warmup_pool_idnull or string(uuid)read-only

ID of the warmup pool this account belongs to

Example: "0198e874-1315-75e4-8094-6450ec407ccc"
dfy_password_changednull or booleanread-only

Whether DFY password has been changed

Example: false
stat_warmup_scorenull or numberread-only

Warmup score for the account

Example: 85
sending_gapnumber[ 0 .. 1440 ]

The gap between emails sent from this account in minutes (minimum wait time when used with multiple campaigns)

Example: 10
Response
application/json
{ "email": "user@example.com", "timestamp_created": "2025-08-26T22:16:17.941Z", "timestamp_updated": "2025-08-26T22:16:17.941Z", "first_name": "John", "last_name": "Doe", "warmup": { "limit": 100, "advanced": { … }, "warmup_custom_ftag": "warmup", "increment": "disabled", "reply_rate": 0.1 }, "added_by": "0198e874-1315-75e4-8094-644d610f00a2", "daily_limit": 100, "modified_by": "0198e874-1315-75e4-8094-644e84b66fdf", "tracking_domain_name": "example.com", "tracking_domain_status": "active", "status": 1, "enable_slow_ramp": false, "inbox_placement_test_limit": 10, "organization": "0198e874-1315-75e4-8094-644feeb142bc", "timestamp_last_used": "2025-08-26T22:16:17.941Z", "warmup_status": 1, "status_message": { "code": "EENVELOPE", "command": "DATA", "response": "550-5.4.5 Daily user sending limit exceeded. For more information on Gmai", "e_message": "error: data command failed: 550-5.4.5 daily user sending limit exceeded", "responseCode": 550 }, "timestamp_warmup_start": "2025-08-26T22:16:17.941Z", "provider_code": 2, "setup_pending": false, "warmup_pool_id": "0198e874-1315-75e4-8094-6450ec407ccc", "is_managed_account": false, "dfy_password_changed": false, "stat_warmup_score": 85, "sending_gap": 10 }

Get custom tracking domain status

Request

Requires one of the following scopes: accounts:read, accounts:all, all:read, all:all

Query
hoststringrequired

Custom tracking domain host

Example: host=example.com
curl -i -X GET \
  'https://api.instantly.ai/api/v2/accounts/ctd/status?host=example.com' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Default Response

Bodyapplication/json
successboolean
Example: true
sslboolean
Example: true
cnameboolean
Example: true
hoststring
Example: "example.com"
Response
application/json
{ "success": true, "ssl": true, "cname": true, "host": "example.com" }

Test account vitals

Request

Requires one of the following scopes: accounts:read, accounts:all, all:read, all:all

Bodyapplication/json
accountsArray of strings
Example: ["user@example.com"]
curl -i -X POST \
  https://api.instantly.ai/api/v2/accounts/test/vitals \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{}'

Responses

Default Response

Bodyapplication/json
statusstring
Example: "success"
success_listArray of objects
failure_listArray of objects
Response
application/json
{ "status": "success", "success_list": [ { … } ], "failure_list": [ { … } ] }

Campaign

A campaign that can be sent to a list of recipients

Operations

Email

A campaign email, a reply, a manually sent email, or any other email that's visible in the Unibox

Operations

Email Verification

A single email verification

Operations

Lead List

A list used to store leads

Operations

Inbox Placement Test

An inbox placement test

Operations

Inbox Placement Analytics

Analytics data for individual emails in inbox placement tests

Operations

Inbox Placement Blacklist & SpamAssassin Report

Report data for an inbox placement test

Operations

API Key

API Key

Operations

Account Campaign Mapping

Account Campaign Mapping

Operations

Lead

A lead entity representing an individual lead

Operations

Background Job

A background job that can be used to perform long-running tasks

Operations

Custom Tag

A custom tag for organizing and categorizing accounts and campaigns. You can use them as filters in apis that list accounts and campaigns.

Operations

Block List Entry

A blocked email or domain

Operations

Lead Label

A custom label for categorizing and managing leads

Operations

Workspace

A workspace entity representing a workspace

Operations

Workspace Group Member

A member of a workspace group. You can use the endpoints within this entity to manage the members of a workspace group.

Operations

Workspace Member

A member of a workspace with associated user details

Operations

Campaign Subsequence

A subsequence entity representing a follow-up sequence

Operations

Audit Log

Audit log records for tracking system activities

Operations

Schemas