Backend API
Get all webhook endpoints for an app
cURL
curl --request GET \ --url https://api.wacht.dev/webhooks/apps/{app_slug}/endpoints \ --header 'Authorization: <api-key>'
{ "message": "Resource not found" }
API key authentication (format: Bearer {api_key})
Webhook app name
Number of items to return
1 <= x <= 100
Number of items to skip
x >= 0
Whether to include inactive endpoints
List of webhook endpoints
Was this page helpful?