cURL
curl --request POST \ --url https://api.portable.io/v2/workflows/{id}/run \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Trigger a workflow run
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID
Created