cURL
curl --request GET \ --url https://app.pulseguard.nl/api/v2/stats/domains/{uuid}/response-time/stats \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "average_response_time": 123, "min_response_time": 123, "max_response_time": 123, "uptime_percentage": 123, "total_checks": 123, "successful_checks": 123, "failed_checks": 123 } }
Get aggregated response time statistics for a domain (Expert Plan required)
API token generated from your PulseGuard dashboard
Domain UUID
Time period for statistics
1h
24h
7d
30d
90d
Response time statistics retrieved successfully
true
Success message
Response data as object
Show child attributes