POST
/v2/mgmt/flow/import
Import a flow within a project utilizing a management key.
This endpoint is used to import a flow to a project. The request items for the flow
and screen
this endpoint can be received from the export flow endpoint.
See Also
- See Flow Overview for more information on flows.
- See Manage Flows for more information on managing (export, import, delete, disable, enable) flows.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
Authorization
RequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
flow
object
Used by managementservice snapshots - make sure not to break compatibility
Status code | Description |
---|---|
200 | OK |
Was this helpful?