Flows
Run a flow
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.
POST
/
v2
/
flows
/
{id}
/
run
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
integer
requiredID of the flow you want to run
Response
201 - application/json
message
string