Skip to main content
GET
/
webhooks
/
apps
/
{app_name}
/
events
Get available webhook events
curl --request GET \
  --url https://api.wacht.dev/webhooks/apps/{app_name}/events \
  --header 'Authorization: <api-key>'
{
  "events": [
    {
      "deployment_id": "9876543210987654321",
      "app_name": "my-webhook-app",
      "event_name": "user.created",
      "description": "User account created",
      "schema": {},
      "created_at": "2024-01-15T10:30:00Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication (format: Bearer {api_key})

Path Parameters

app_name
string
required

Webhook app name

Response

Available webhook events

events
object[]

Available webhook events