Skip to main content
POST
/
v2
/
workflows
/
{id}
/
run
Run workflow
curl --request POST \
  --url https://api.portable.io/v2/workflows/{id}/run \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer<int>
required

ID

Response

Created

message
string