monitors
Get monitor by ID
Retrieve a specific monitor by its ID
get/monitors/{monitorId}
Path parameters
monitorIdstring required
Monitor ID
Response
Monitor retrieved successfully
Example response
{
"success": true,
"msg": "Operation completed successfully",
"data": {
"_id": "64f123a456b789012c345def",
"name": "My Website Monitor",
"description": "Monitors the main website homepage",
"url": "https://example.com",
"interval": 300,
"isActive": true
}
}