Retrieve detailed information about a specific notification service, such as configured thresholds and integration settings for various messaging services. The ID provided is unique to each notification service and specifies which service to retrieve.
id string required Example id parameter
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/notifications/{id} curl -X GET "https://cloud.hostup.se/api/notifications/monitoring-overview" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"lastCheck": "string",
"monitoredVMs": [
"string"
]
}
}