GET
/
v1
/
workflows
curl --request GET \
  --url https://app.enzo.health/api/v1/workflows \
  --header 'Authorization: Bearer <token>'
{
  "workflows": [
    {
      "name": "<string>",
      "icon": "<string>",
      "id": "<string>",
      "publishedWorkflowId": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

organizationId
string
required
folderId
string

Response

200
application/json
Successful response
workflows
object[]
required