Skip to main content
GET
/
api
/
v1
/
webhooks
/
events
List all available webhook event types
curl --request GET \
  --url https://api.devhelm.io/api/v1/webhooks/events \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "type": "<string>",
      "surface": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Response

200 - */*

OK

data
object[]

List of all available webhook event types