POST
/
v2
/
flows
/
{id}
/
run
curl --request POST \
  --url https://api.portable.io/v2/flows/{id}/run \
  --header 'Authorization: Bearer <token>'
{
  "message": "Created"
}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
integer
required

ID of the flow you want to run

Response

201 - application/json
message
string