📄️ Overview
The Beepr Management API allows you to programmatically manage your monitors and alert groups. This is useful for:
📄️ Authentication
The Management API uses API keys for authentication. API keys are scoped to your organization and provide full access to manage all resources within it.
📄️ Alert Groups
Alert groups define who gets notified when a monitor detects an issue. Each monitor belongs to an alert group.
📄️ HTTP Monitors
HTTP monitors check your URLs for availability and can optionally verify that the response contains expected content.
📄️ Cron Monitors
Cron monitors track scheduled jobs by expecting regular check-ins. If a check-in is missed, an alert is triggered.
📄️ Health Check Monitors
Health check monitors parse JSON responses that report on multiple sub-checks within your application. This allows you to monitor database connections, disk space, queue health, and other application components from a single endpoint.
📄️ Webhook Monitors
Webhook monitors receive error reports from your applications. When the error rate exceeds a threshold, an alert is triggered.