Backend API
Get time-series data for webhook analytics
cURL
curl --request GET \ --url https://api.wacht.dev/webhooks/apps/{app_slug}/timeseries \ --header 'Authorization: <api-key>'
{ "data": [ { "timestamp": "2024-01-15T10:00:00Z", "count": 100, "success_count": 95, "failure_count": 5, "avg_response_time": 145.5 } ], "interval": "day" }
API key authentication (format: Bearer {api_key})
Webhook app name
Timeseries interval
minute
hour
day
Filter by endpoint ID
Start date
End date
Timeseries data
Timeseries data points
Show child attributes
Time interval for data points
"day"
Was this page helpful?