cURL
curl --request GET \ --url https://api.portable.io/v2/flows \ --header 'Authorization: Bearer <token>'
{ "data": { "$ref": "#/components/examples/listOfFlows/value" } }
List all the existing flows. A flow is a combination of a source and an environment.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes