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