How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Unify Sequences API

List, retrieve, pause, resume and delete Unify outbound sequences and read their ordered steps. 7 operation(s).

Unify Sequences API is one of 11 APIs that Unify publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Sequences. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, rate-limit docs, and authentication docs.

This API exposes 7 operations across 6 paths, and defines 48 schemas. It is described by OpenAPI 3.0.0, at version 1.

Requests are made against a single base URL, https://api.unifygtm.com.

7 operations 6 paths 48 schemas 1 DELETE4 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1
Base URL
https://api.unifygtm.com/sequences/v1
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Unify Sequences API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 7

Across 6 paths, the API surfaces 7 operations — 1 DELETE, 4 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Sequences 7
GET
/sequences/v1/sequences
List sequences — automated series of outreach steps (emails, tasks, and timing conditions) that run against enrolled people.
list_sequences 2 params → 200400401429500
GET
/sequences/v1/sequences/{id}
Get a single sequence by its ID, including its owner, send schedule, and ruleset.
retrieve_sequence 1 param → 200400401404429500
DELETE
/sequences/v1/sequences/{id}
Delete a sequence by its ID.
delete_sequence 1 param → 200400401404429500
POST
/sequences/v1/sequences/{id}/pause
Pause a sequence, halting progress for all of its enrollments until it is resumed.
pause_sequence 1 param → 200400401404409429500
POST
/sequences/v1/sequences/{id}/resume
Resume a paused sequence so its enrollments continue.
resume_sequence 1 param → 200400401404409429500
GET
/sequences/v1/sequences/{id}/steps
List a sequence's steps. Steps are automatic emails, manual emails, or tasks (calls, LinkedIn touches, action items); each step's dependencies describe when it runs relative to its parent step.
list_sequence_steps 4 params → 200400401404429500
GET
/sequences/v1/sequences/{id}/steps/{step_id}
Get a single step of a sequence by ID. The response shape is discriminated by the step's type.
retrieve_sequence_step 2 params → 200400401404429500

Schemas 48

The contract defines 48 schemas that model the data the API accepts and returns. The most detailed are SequenceRuleset (13 properties), Sequence (8 properties), EmailSendDays (7 properties), SequenceStepBase (7 properties). Each schema is shown below with its type and property counts.

AutomaticEmailSequenceStep
object
Representation of an automatic email sequence step.
2 properties 2 required
AutomaticEnrollmentTaskAssignment
string
Assignment strategy for tasks created from automatic sequence enrollments.
DeleteSequenceSuccessResponse
object
Response returned when deleting a sequence.
2 properties 2 required
EmailSendDays
object
Mapping from ISO weekday number (Monday = 1, Sunday = 7) to send windows. A null value means sending is disabled for that day.
7 properties 7 required
EmailSendScheduleRules
object
Sequence email send schedule rules.
4 properties 4 required
EmailSendWindow
object
Time window during which sequence emails may be sent.
2 properties 2 required
EmailSendWindowTime
object
Local wall-clock time used in a sequence email send window.
2 properties 2 required
ExcludedEmailSendDate
object
Custom date skipped by a sequence email send schedule.
2 properties 1 required
ListSequenceStepsResponse
object
Response returned when listing sequence steps.
2 properties 2 required
ListSequencesResponse
object
Response returned when listing sequences.
2 properties 2 required
ManualEmailSequenceStep
object
Representation of a manual email sequence step.
2 properties 2 required
ManualEnrollmentTaskAssignment
string
Assignment strategy for tasks created from manual sequence enrollments.
PauseSequenceSuccessResponse
object
Response returned when pausing a sequence.
2 properties 2 required
RelativeTimeUnit
string
Time unit for relative task due dates.
ResumeSequenceSuccessResponse
object
Response returned when resuming a sequence.
RetrieveAutomaticEmailSequenceStepResponse
object
Response returned when retrieving an automatic email sequence step.
RetrieveManualEmailSequenceStepResponse
object
Response returned when retrieving a manual email sequence step.
RetrieveSequenceResponse
object
Response returned when retrieving a sequence.
RetrieveTaskSequenceStepResponse
object
Response returned when retrieving a manual task sequence step.
Sequence
object
A sequence.
8 properties 8 required
SequenceEmailStepConfig
object
Configuration for automatic email sequence steps.
6 properties 6 required
SequenceManualEmailStepConfig
object
Configuration for manual email sequence steps.
3 properties 3 required
SequenceNotFoundResponse
object
Response returned when a sequence cannot be found.
SequenceOwner
object
Owner details embedded in sequence responses.
4 properties 4 required
SequenceRuleset
object
Sequence ruleset embedded in sequence responses.
13 properties 13 required
SequenceSendSchedule
object
Email send schedule embedded in sequence responses.
6 properties 6 required
SequenceStateConflictResponse
object
Response returned when a sequence state change conflicts with a concurrent update.
1 property 1 required
SequenceStep
A sequence step in any of its variants.
SequenceStepAndCondition
object
Conjunction condition embedded in sequence step responses.
2 properties 2 required
SequenceStepBase
object
Shared fields for sequence step responses.
7 properties 7 required
SequenceStepCondition
Condition embedded in sequence step responses.
SequenceStepDependency
object
Dependency edge embedded in sequence step responses.
2 properties 2 required
SequenceStepNotFoundResponse
object
Response returned when a sequence step cannot be found.
SequenceStepOrCondition
object
Disjunction condition embedded in sequence step responses.
2 properties 2 required
SequenceStepRelativeDueAt
object
Relative due date for tasks created by manual sequence steps.
2 properties 2 required
SequenceStepTimerCondition
object
Timer condition embedded in sequence step responses.
3 properties 3 required
SequenceStepType
string
Type of a sequence step.
SequenceTaskScheduleStepConfig
object
Schedule configuration shared by manual sequence steps that create tasks.
3 properties 3 required
SequenceTaskStepConfig
object
Configuration for manual task sequence steps.
1 property 1 required
SequenceTimerConditionDurationUnit
string
Duration unit used by timer conditions.
TaskPriority
string
Priority assigned to tasks created by manual sequence steps.
TaskSequenceStep
object
Representation of a manual task sequence step.
2 properties 2 required
UResponses.BadRequestError
object
Validation error detail returned for bad request responses.
4 properties 1 required
UnitOfTime
string
Unit used for sequence reenrollment blocking windows.
date
string
String value representing an RFC 3339 full date.
datetime
string
String value representing an RFC 3339 datetime.
email
string
String value representing an email address.
uuid
string
String UUID value.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

unify-sequences-api-openapi.yml Raw ↑

Other APIs Unify publishes across the network.

Unify Analytics Events API
Unify Event Query Jobs API
Unify Objects API
Unify Object Attributes API
Unify Object Attribute Options API
Unify Object Records API
Unify Object Record Query Jobs API
Unify Sequence Enrollments API
Unify Sequence Enrollment Steps API
Unify Tasks API
Where this information came from

This is an independent, third-party profile of Unify Sequences API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.