Everything you need to know about setting up, configuring, and using MonitorPlatform to monitor your infrastructure.
Try searching for "getting started", "API", "alerts", or "integrations"
Guides & Tutorials
API Endpoints
Integrations
Support
Get up and running in minutes with these step-by-step guides
Comprehensive guides for all MonitorPlatform features
Connect MonitorPlatform with your favorite tools
Build custom integrations with our RESTful API
# Create a new HTTP monitor
curl -X POST https://api.monitorplatform.com/v1/monitors \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "My Website",
"url": "https://example.com",
"type": "http",
"interval": 60,
"timeout": 30
}'
# Response
{
"id": "mon_abc123",
"name": "My Website",
"status": "active",
"created_at": "2025-12-14T00:00:00Z"
}Most read guides and tutorials from our community
More ways to learn and get help
Our support team is here to help. Get in touch and we'll get back to you as soon as possible.