Authorizations
Response
200 - application/json
Ok
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_nChMPeUy9DMLxz5jXUj8Lr",
"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_nChMPeUy9DMLxz5jXUj8Lr",
"is_enabled": true,
"topic": "end_user.processed",
"url": "https://www.your-webhook-endpoint.com/heron"
}
]
}
Ok
Show child attributes
Was this page helpful?