API ReferenceManagement

Flow and Styles Management

Overview

The Flow and Styles Management APIs let you programmatically manage flows and themes using a management key.

Management keys are generated from Company > Management Keys. Include the key in the Authorization header as a bearer token in the format <Project ID>:<Management Key>.

Use Cases

  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 want to export.
  2. Export Flow using the flow ID from step 1.
  3. Import Flow using the flow and screen from step 2 to import the flow into a different project.

Example - migrate a theme to another project

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

On this page