Skip to main content
GET
/
v2
/
workflows
List workflows
curl --request GET \
  --url https://api.portable.io/v2/workflows \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "$ref": "#/components/examples/listOfWorkflows/value"
  }
}

Authorizations

Authorization
string
header
required

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

Response

OK

data
object[]
required