cURL
curl --request GET \ --url https://api.portable.io/v2/workflows \ --header 'Authorization: Bearer <token>'
{ "data": { "$ref": "#/components/examples/listOfWorkflows/value" } }
List all workflows
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
Read-only field containing the schema of the workflow nodes. This field is populated asynchronously and may be null for newly created workflows.