GET
/
v1
/
workflows
/
{workflowId}
/
webhookBlocks
curl --request GET \
  --url https://app.enzo.health/api/v1/workflows/{workflowId}/webhookBlocks \
  --header 'Authorization: Bearer <token>'
{
  "webhookBlocks": [
    {
      "id": "<string>",
      "type": "Webhook",
      "label": "<string>",
      "url": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

workflowId
string
required

Response

200
application/json
Successful response
webhookBlocks
object[]
required