Skip to content

API Reference

ClusterUptime provides a RESTful API for managing monitors, status pages, and more.

All API requests require an API key in the Authorization header.

Terminal window
Authorization: Bearer <YOUR_API_KEY>

List all monitors.

Create a new monitor.

{
"name": "My Service",
"url": "https://example.com",
"interval": 30
}