Backend API
cURL
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" } ] }
Get all available webhook events for an app
API key authentication (format: Bearer {api_key})
Webhook app name
Available webhook events
Show child attributes
Was this page helpful?