Skip to main content
POST
Import flow from uploaded file

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
fileId
string
required

Id (numeric string) of a previously uploaded flow-export file.

Pattern: ^\d+$
folderId
string | null
required

Folder id (numeric string) to import the flow into, or null for no folder.

Pattern: ^\d+$

Response

OK

importId
string
required