cURL
curl --request GET \ --url https://api.ipulse.one/api/domains/{id}/monitoring/history \ --header 'Authorization: Bearer <token>'
{ "domain_id": "<string>", "period": "<string>", "checks": [ { "timestamp": "2023-11-07T05:31:56Z", "status": "up", "response_time_ms": 123, "error": "<string>" } ] }
JWT Bearer token authentication
1h
24h
7d
30d
Monitoring history
Show child attributes
Was this page helpful?