API Reference
Overview
Section titled “Overview”ClusterUptime provides a RESTful API for managing monitors, status pages, and more.
Authentication
Section titled “Authentication”All API requests require an API key in the Authorization header.
Authorization: Bearer <YOUR_API_KEY>Endpoints
Section titled “Endpoints”GET /api/v1/monitors
Section titled “GET /api/v1/monitors”List all monitors.
POST /api/v1/monitors
Section titled “POST /api/v1/monitors”Create a new monitor.
{ "name": "My Service", "url": "https://example.com", "interval": 30}