Skip to main content
GET
/
reference
/
webhook-events
List webhook event types
curl --request GET \
  --url https://api.app.hrizn.io/v1/public/reference/webhook-events \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "webhook_events": {}
  }
}

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Response

200 - application/json

All webhook event types

data
object
Last modified on March 1, 2026