v1

latestOpenAPI 3.0.02026-07-26224386470.0 KB
Webhooks

Get webhooks

Get webhook

get/api/webhooks

Response

Ok

Example response

{
  "webhooks": [
    {
      "headers": {
        "Content-Type": "application/json"
      },
      "heron_id": "wbh_cg24fVTxHHwvMt574wrnKj",
      "is_enabled": true,
      "topic": "end_user.processed",
      "url": "https://www.your-webhook-endpoint.com/heron"
    }
  ]
}