API ReferenceManagement

Flow and Styles Management

Overview

Using the Flow and Styles management APIs enables administrators to manage their flows and styles utilizing a management key.

Management keys are generated from Company > Management Keys. These keys will be used within the bearer token. The format is <Project ID>:<Management Key>.

Use Cases

Test User Management:

  1. List/Search flows
  2. Export a flow
  3. Import a flow
  4. Delete a flow
  5. Export a theme
  6. Import a theme

Examples

Example - Migrate a flow to another project

  1. List/Search Flows to find the flow ID for the flow you would like to export.
  2. Export Flow using the flow ID from step 1.
  3. Import Flow using the flow and screen from step 2, you can now import the flow to a different project.

Example - Migrate a theme to another project

  1. Export Theme to export the theme.
  2. Import Theme take the response from step 1 as the body for the import to import the theme to a different project.
Was this helpful?

On this page