GET
/
v1
/
public
/
flows
/
{slug}

Authorizations

Authorization
string
header
required

Authentication header of the form Bearer: <token>, where <token> is either your public or private API key. See when to use which

Response

200 - application/json
codeSnippet
string

The original code snippet for the Flow when it was created

createdAt
string

The data the Flow was created in ISO 8601 format

data
string

JSON encoded raw data of the Flow as defined in the Flow's YAML configuration

id
number

The numeric ID of the Flow. This number will be different depending on the version used

modifiedAt
string

The data the Flow was last modified in ISO 8601 format

name
string

The name of the Flow

slug
string

A unique identifier for the Flow such as flow_abc. Slugs stay the same between environment and versions.

status
enum<string>

The status of the Flow

Available options:
ACTIVE,
ARCHIVED,
DRAFT
targetingLogic
string

The targeting logic for the Flow

type
enum<string>

The type of Flow

Available options:
ANNOUNCEMENT,
BANNER,
CARD,
CHECKLIST,
CUSTOM,
FORM,
SURVEY,
TOUR
version
number

The version of the Flow