Flows
Get a Flow
Get a single Flow by its Flow ID/slug.
GET
Authorizations
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
The original code snippet for the Flow when it was created
The data the Flow was created in ISO 8601 format
JSON encoded raw data of the Flow as defined in the Flow's YAML configuration
The numeric ID of the Flow. This number will be different depending on the version used
The data the Flow was last modified in ISO 8601 format
The name of the Flow
A unique identifier for the Flow such as flow_abc
. Slugs stay the same between environment and versions.
The status of the Flow
Available options:
ACTIVE
, ARCHIVED
, DRAFT
The targeting logic for the Flow
The type of Flow
Available options:
ANNOUNCEMENT
, BANNER
, CARD
, CHECKLIST
, CUSTOM
, FORM
, SURVEY
, TOUR
The version of the Flow