Webhook
Unsubscribe from webhook block
Getting Started
Workflow
Processors
Organizations
Patients
Voice Notes
Transcripts
- GETGet paginated finalized sentences for a voice note
- GETFetch details for multiple finalized sentences
- POSTSearch sentences by embedding
- POSTSave voice note audio
- POSTGenerate audio upload URL
- GETGenerate presigned voice note audio URL
- GETGet list of questions to check in transcripts
- GETGet the answered status of predefined questions for a voice note
Survey
Visits
Webhook
Unsubscribe from webhook block
POST
/
v1
/
workflows
/
{workflowId}
/
webhookBlocks
/
{blockId}
/
unsubscribe
curl --request POST \
--url https://app.enzo.health/api/v1/workflows/{workflowId}/webhookBlocks/{blockId}/unsubscribe \
--header 'Authorization: Bearer <token>'
{
"id": "<string>",
"url": "<string>"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
curl --request POST \
--url https://app.enzo.health/api/v1/workflows/{workflowId}/webhookBlocks/{blockId}/unsubscribe \
--header 'Authorization: Bearer <token>'
{
"id": "<string>",
"url": "<string>"
}