GET
/
site
/
mikrotik-stats
/
{site}
curl --request GET \
  --url https://{appDomain}/site/mikrotik-stats/{site} \
  --header 'Authorization: Bearer <token>'
[
  {
    "time_formatted": "14:00",
    "date_formatted": "07 Apr",
    "missed_heartbeats_percentage": 10.5,
    "total_minutes_down": 6.3
  }
]

Authorizations

Authorization
string
header
required

Standard JWT token obtained via a separate authentication process. Required for most user-facing API endpoints.

Path Parameters

site
string
required

The UUID of the Site.

Response

200
application/json

Hourly uptime statistics.

The response is of type object[].