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

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

SuperSearch Enrichment

An enrichment can take different forms, such as email enrichment or LinkedIn enrichment. Leads may be imported from SuperSearch using the dedicated endpoint, or enriched directly within a list or campaign by attaching an enrichment to it.

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

Webhook

A webhook subscription for receiving event notifications

Operations

Webhook Event

A webhook event that was sent or attempted to be sent

Operations

DFY Email Account Order

A Done-For-You email account order

Operations

Schemas

Webhook

A webhook subscription for receiving event notifications

idstring(uuid)read-onlyrequired

Unique identifier for the webhook (UUID)

Example: "019a0b42-e5e6-7393-b8db-832c2a129220"
organizationstring(uuid)read-onlyrequired

Organization (workspace) UUID that owns this webhook

Example: "019a0b42-e5e6-7393-b8db-832d895f301f"
target_hook_urlstring(uri)^https?://required

Target URL to send webhook payloads

Example: "https://webhook.site/unique-url"
timestamp_createdstring(date-time)read-onlyrequired

Timestamp when the webhook was created

Example: "2025-10-22T09:32:04.966Z"
campaignnull or string(uuid)

Optional campaign UUID to filter events (null = all campaigns in workspace)

Example: "019a0b42-e5e6-7393-b8db-832efbe7be0f"
namenull or string

Optional user-defined name for the webhook

Example: "Zapier Positive Replies"
event_typenull or string

Type of event to trigger the webhook (null for custom label events). Set to "all_events" to subscribe to all events - including custom label events

Enum"all_events""email_sent""email_opened""email_link_clicked""reply_received""email_bounced""lead_unsubscribed""campaign_completed""account_error""lead_neutral"
Example: "email_sent"
custom_interest_valuenull or number

Custom interest value - corresponds to LeadLabel.interest_status (used for custom label events)

Example: 1
{ "id": "019a0b42-e5e6-7393-b8db-832c2a129220", "organization": "019a0b42-e5e6-7393-b8db-832d895f301f", "campaign": "019a0b42-e5e6-7393-b8db-832efbe7be0f", "name": "Zapier Positive Replies", "target_hook_url": "https://webhook.site/unique-url", "event_type": "email_sent", "custom_interest_value": 1, "timestamp_created": "2025-10-22T09:32:04.966Z" }

Webhook Event

A webhook event that was sent or attempted to be sent

idstring(uuid)read-onlyrequired

Unique identifier for the webhook event (UUID)

Example: "019a0b42-e5e9-74bc-bddf-bfc1f42007b1"
timestamp_createdstring(date-time)read-onlyrequired

Timestamp when the webhook event was created

Example: "2025-10-22T09:32:04.969Z"
timestamp_created_datestring(date)read-onlyrequired

Date when the webhook event was created (for partitioning)

Example: "2024-01-15"
organization_idstring(uuid)read-onlyrequired

Organization (workspace) UUID that owns this webhook event

Example: "019a0b42-e5e9-74bc-bddf-bfc2cac08ddf"
successbooleanread-onlyrequired

Whether the webhook call was successful

Example: true
retry_countnumberread-onlyrequired

Number of retry attempts made

Example: 0
will_retrybooleanread-onlyrequired

Whether the webhook will be retried

Example: false
webhook_urlstringread-onlyrequired

Target URL where the webhook was sent

Example: "https://webhook.site/unique-url"
payloadobjectread-only

JSON payload that was sent/attempted to be sent

status_codenull or numberread-only

HTTP status code received from the webhook endpoint (if any)

Example: 200
error_messagenull or stringread-only

Error message if the webhook failed

Example: "Connection timeout"
timestamp_next_retrynull or string(date-time)read-only

Timestamp for the next retry attempt (if applicable)

Example: "2025-10-22T09:32:04.969Z"
retry_group_idnull or string(uuid)read-only

UUID for grouping retry attempts

Example: "019a0b42-e5e9-74bc-bddf-bfc3f0d9c7d5"
retry_successfulnull or booleanread-only

Whether the retry was successful (for retry events)

Example: true
lead_emailnull or stringread-only

Email address of the lead associated with this webhook event

Example: "lead@example.com"
response_time_msnull or numberread-only

Response time in milliseconds for the webhook call

Example: 150
{ "id": "019a0b42-e5e9-74bc-bddf-bfc1f42007b1", "timestamp_created": "2025-10-22T09:32:04.969Z", "timestamp_created_date": "2024-01-15", "organization_id": "019a0b42-e5e9-74bc-bddf-bfc2cac08ddf", "payload": {}, "success": true, "retry_count": 0, "will_retry": false, "webhook_url": "https://webhook.site/unique-url", "status_code": 200, "error_message": "Connection timeout", "timestamp_next_retry": "2025-10-22T09:32:04.969Z", "retry_group_id": "019a0b42-e5e9-74bc-bddf-bfc3f0d9c7d5", "retry_successful": true, "lead_email": "lead@example.com", "response_time_ms": 150 }

DFY Email Account Order

A Done-For-You email account order

workspace_idstringread-onlyrequired

ID of the workspace associated with the email account order

Example: "workspace_12345"
domainstringread-onlyrequired

Domain of the email account

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

Timestamp when the order was created

Example: "2025-10-22T09:32:04.970Z"
forwarding_domainnull or string

Forwarding domain for the email account, if any

Example: "forward.example.com"
is_pre_warmed_upnull or boolean

Indicates if the account is pre-warmed up

Example: true
timestamp_cancellednull or string(date-time)read-only

Timestamp when the order was cancelled, if applicable

Example: "2025-10-22T09:32:04.970Z"
{ "workspace_id": "workspace_12345", "domain": "example.com", "forwarding_domain": "forward.example.com", "is_pre_warmed_up": true, "timestamp_cancelled": "2025-10-22T09:32:04.970Z", "timestamp_created": "2025-10-22T09:32:04.970Z" }