cURL
curl --request GET \ --url https://appex.userpilot.io/api/v1/analytics/exports/lookups/flows \ --header 'Authorization: <authorization>'
[ { "display_name": "Flow A", "key": "flow_a", "data_type": "string" } ]
Retrieve a list of flows available for export.
API authentication token in the format: Token {{API_KEY}}. Obtain your API key from the Userpilot Environment Settings.
Token {{API_KEY}}
A list of flows (experiences).
The response is of type object[].
object[]
Was this page helpful?