cURL
curl --request POST \ --url https://api.portable.io/v2/flows/{id}/run \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
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.
/v2/flows/{id}/status
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the flow you want to run
Created