cURL
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>" } ] }
Returns a list of all the webhook blocks that you can subscribe to.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object