Skip to main content
GET
/
api
/
webhooks
Get webhooks
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"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Ok

webhooks
object[]
I