curl --request GET \
--url https://app.herondata.io/api/webhooks \
--header 'x-api-key: <api-key>'{
"webhooks": [
{
"headers": {
"Content-Type": "application/json"
},
"heron_id": "wbh_An8pxuTKNkPUoD4FaReKzj",
"is_enabled": true,
"topic": "end_user.processed",
"url": "https://www.your-webhook-endpoint.com/heron"
}
]
}Get webhook
curl --request GET \
--url https://app.herondata.io/api/webhooks \
--header 'x-api-key: <api-key>'{
"webhooks": [
{
"headers": {
"Content-Type": "application/json"
},
"heron_id": "wbh_An8pxuTKNkPUoD4FaReKzj",
"is_enabled": true,
"topic": "end_user.processed",
"url": "https://www.your-webhook-endpoint.com/heron"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.herondata.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?