GET
/
api
/
webhooks
curl --request GET \
  --url https://app.herondata.io/api/webhooks \
  --header 'x-api-key: <api-key>'
[
  {
    "headers": {
      "Content-Type": "application/json"
    },
    "heron_id": "wbh_XczAwDYPJUamaz8tJV46Fa",
    "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

The response is of type object[].