For the complete documentation index, see llms.txt. This page is also available as Markdown.

Signup Flow Object

Signup Flow Object

A publication's on-site subscriber flow.

Field
Type
Description

uuid

String

Signup flow UUID.

status

String

Flow status.

created_at

String

When the flow was created (ISO 8601).

display

Object

Which stages the flow shows: recommendations, offers, survey (booleans).

hosted_page_url

String

The hosted page URL. Present only when the flow is a hosted page.

visibility

Object

Where the widget shows (see below).

completion_behaviour

Object

What happens after a subscriber finishes (see below).

stats

Object

Per-step performance. Present only with expand=stats.

visibility

Field
Type
Description

all_pages

Boolean

Whether the widget shows on every page.

page_rules

Array

Specific page URLs it shows on (empty when all_pages is true or on a hosted page).

completion_behaviour

One of four mutually exclusive types via type: show_thank_you, redirect_to_url (adds redirect_url), close_widget, or custom_rules (adds rules, a per-page list of { page_url, type, redirect_url? }).

stats (only with expand=stats)

An overall block (visits, earnings, earnings_per_visit) plus one block per stage: recommendations (impressions, earnings, earnings_per_visit, referrals split into confirmed_paid/pending_paid/free/total), survey (impressions, completions, completions_per_visit), and offers (impressions, earnings, earnings_per_visit, claims split into confirmed_paid/pending_paid/internal_free/total).

Example

Example stats (expand=stats)