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
header
required

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

Example:

568971

Response

201
application/json
Created
message
string