Backend API
cURL
curl --request GET \ --url https://api.wacht.dev/webhooks/apps/{app_slug}/catalog \ --header 'Authorization: <api-key>'
{ "deployment_id": "9876543210987654321", "slug": "user-events", "name": "User Events", "description": "<string>", "events": [ { "name": "user.created", "description": "<string>", "schema": {}, "is_archived": false } ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Get the event catalog assigned to a webhook app
API key authentication (format: Bearer {api_key})
Webhook app name
Event catalog
Deployment ID
"9876543210987654321"
Catalog slug
"user-events"
Display name
"User Events"
Description
Event definitions
Show child attributes
Was this page helpful?