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 items

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

Schemas

Workspace Member

A member of a workspace with associated user details

idstring(uuid)read-onlyrequired

Unique identifier for the workspace member

Example: "01959271-1f8b-75f2-be1d-5be4942ab332"
emailstring(email)required

Email address of the workspace member

Example: "user@example.com"
user_idstring(uuid)read-onlyrequired

User ID of the workspace member

Example: "01959271-1f8b-75f2-be1d-5be578ad3a68"
rolestringrequired

THe role of the workspace member defining their access level. While the "owner" role is listed in the enum, it cannot be created via the API, and is only assigned to the user who creates the workspace.

Enum ValueDescription
owner

Owner - Full access and workspace management

admin

Admin - Full access except workspace deletion

editor

Editor - Can edit but not manage workspace settings

view

View - Read-only access

any

Any - Special role for permission checks

Example: "editor"
timestamp_createdstring(date-time)read-onlyrequired

Timestamp when the workspace member was created

Example: "2025-03-14T02:17:22.059Z"
workspace_idstring(uuid)read-onlyrequired

ID of the workspace this member belongs to

Example: "01959271-1f8b-75f2-be1d-5be63d29ce8b"
acceptedbooleanread-onlyrequired

Whether the member has accepted the workspace invitation

Example: false
issuer_idstring(uuid)read-only

ID of the user who added this member to the workspace

Example: "01959271-1f8b-75f2-be1d-5be7c8ea52f5"
{ "id": "01959271-1f8b-75f2-be1d-5be4942ab332", "email": "user@example.com", "user_id": "01959271-1f8b-75f2-be1d-5be578ad3a68", "role": "editor", "timestamp_created": "2025-03-14T02:17:22.059Z", "workspace_id": "01959271-1f8b-75f2-be1d-5be63d29ce8b", "accepted": false, "issuer_id": "01959271-1f8b-75f2-be1d-5be7c8ea52f5" }

Campaign Subsequence

A subsequence entity representing a follow-up sequence

idstring(uuid)read-onlyrequired

Unique identifier for the subsequence

Example: "01959271-1f8d-77ea-896b-3e8ea0fce510"
timestamp_createdstring(date-time)read-onlyrequired

Timestamp when the subsequence was created

Example: "2025-03-14T02:17:22.061Z"
parent_campaignstring(uuid)required

ID of the parent campaign

Example: "01959271-1f8d-77ea-896b-3e8fd1890713"
workspacestring(uuid)read-onlyrequired

ID of the workspace this subsequence belongs to

Example: "01959271-1f8d-77ea-896b-3e900d0c335f"
statusnumberread-onlyrequired

Status of the subsequence

Enum ValueDescription
0

Draft - The subsequence is in draft mode and not yet active

1

Active - The subsequence is currently running

2

Paused - The subsequence has been manually paused

3

Completed - The subsequence has finished running

4

Running Subsequences - The subsequence has active child sequences

-99

Account Suspended - The subsequence is suspended due to account issues

-1

Accounts Unhealthy - The subsequence is paused due to unhealthy sending accounts

-2

Bounce Protection - The subsequence is paused due to high bounce rates

Example: 0
timestamp_leads_updatedstring(date-time)read-onlyrequired

Timestamp when the leads were last updated

Example: "2025-03-14T02:17:22.061Z"
namestringrequired

Name of the subsequence

Example: "Follow-up sequence"
conditionsobjectrequired

Conditions that trigger the subsequence

conditions.​crm_statusArray of numbers
Example: [1,2,3]
conditions.​reply_containsstring
Example: "yes"
subsequence_scheduleobjectrequired

Schedule configuration for the subsequence

subsequence_schedule.​schedulesArray of objectsnon-emptyrequired
subsequence_schedule.​schedules[].​namestringrequired
Example: "My Schedule"
subsequence_schedule.​schedules[].​timingobjectrequired
subsequence_schedule.​schedules[].​timing.​fromstring^([01][0-9]|2[0-3]):([0-5][0-9])$required
Example: "09:00"
subsequence_schedule.​schedules[].​timing.​tostring^([01][0-9]|2[0-3]):([0-5][0-9])$required
Example: "17:00"
subsequence_schedule.​schedules[].​daysobjectnon-emptyrequired
subsequence_schedule.​schedules[].​days.​0boolean
Example: true
subsequence_schedule.​schedules[].​days.​1boolean
Example: true
subsequence_schedule.​schedules[].​days.​2boolean
Example: true
subsequence_schedule.​schedules[].​days.​3boolean
Example: true
subsequence_schedule.​schedules[].​days.​4boolean
Example: true
subsequence_schedule.​schedules[].​days.​5boolean
Example: false
subsequence_schedule.​schedules[].​days.​6boolean
Example: false
subsequence_schedule.​schedules[].​timezonestringrequired
Enum"Etc/GMT+12""Etc/GMT+11""Etc/GMT+10""America/Anchorage""America/Dawson""America/Creston""America/Chihuahua""America/Boise""America/Belize""America/Chicago"
Example: "Etc/GMT+12"
subsequence_schedule.​start_datestring(date-time)
Example: "2025-03-14T02:17:22.027Z"
subsequence_schedule.​end_datestring(date-time)
Example: "2025-03-14T02:17:22.027Z"
sequencesArray of objectsrequired

List of sequences (the actual email copy). Even though this field is an array, only the first element is used, so please provide only one array item, and add the steps to that array

sequences[].​stepsArray of objectsrequired
sequences[].​steps[].​typestringrequired

Type of step. This has to be 'email' always - it's the only supported type for now

ValueDescription
email

This steps represents an email

Example: "email"
sequences[].​steps[].​delaynumberrequired

The number of days to wait before sending the NEXT email

Example: 2
sequences[].​steps[].​variantsArray of objectsrequired
sequences[].​steps[].​variants[].​subjectstringrequired
Example: "Hello {{firstName}}"
sequences[].​steps[].​variants[].​bodystringrequired
Example: "Hey {{firstName}},\n\nI hope you are doing well."
{ "id": "01959271-1f8d-77ea-896b-3e8ea0fce510", "timestamp_created": "2025-03-14T02:17:22.061Z", "parent_campaign": "01959271-1f8d-77ea-896b-3e8fd1890713", "workspace": "01959271-1f8d-77ea-896b-3e900d0c335f", "status": 0, "timestamp_leads_updated": "2025-03-14T02:17:22.061Z", "name": "Follow-up sequence", "conditions": { "crm_status": [], "reply_contains": "yes" }, "subsequence_schedule": { "start_date": "2025-03-14T02:17:22.027Z", "end_date": "2025-03-14T02:17:22.027Z", "schedules": [] }, "sequences": [ {} ] }