Hanzo
OpenapiMarketing

Returns the org's drip sequences, most recently updated first.

Returns the org's drip sequences, most recently updated first.

GET /v1/marketing/sequences

Addresshttps://api.hanzo.ai/v1/marketing/sequences
MethodGET
Operationget_marketing_sequences
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the org's drip sequences, most recently updated first.

Request

1 field.

FieldInTypeRequiredDescription
limitqueryintegerLimit caps the rows returned; 0 means 200 and nothing above 1000 is honoured.

Response

StatusBodyMeaning
200SequenceListok

200 body — 6 fields.

FieldInTypeAlwaysDescription
databodySequence[]Data is the page; an empty array when the org has no sequence.
data[].createdAtbodyintegerCreatedAt is unix seconds when the sequence was registered, server-assigned and never rewritten.
data[].idbodystringID is the server-assigned sequence id ("seq_" + 128 random bits).
data[].namebodystringName is the sequence's label.
data[].statusbodystringStatus is the lifecycle: draft, active or archived.
data[].updatedAtbodyintegerUpdatedAt is unix seconds of the last status flip, server-assigned, and the key the sequence list is ordered by (newest first).

Failure carries the platform error shape — see Errors.

Examples

hanzo marketing sequences list

Marketing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page