Skip to content

GET /settings/iam-alive

GET /api/v1/settings/iam-alive

Returns the current global I’m alive settings document.

Terminal window
curl -X GET http://localhost/api/v1/settings/iam-alive \
-H "X-Uplinkr-Api-Key: replace-me-with-a-long-random-key"
{
"data": {
"enabled": true,
"interval_hours": 6,
"channels": ["mail", "webhook"]
}
}
  • 200 Settings returned
  • 401 Missing or invalid API key