Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the flow you want to run
Examples:
568971
Response
Created
Initiates a run of a flow by flow ID. The flow will be run asynchronously. Use /v2/flows/{id}/status
to check the status of this run.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the flow you want to run
568971
Created