System
Acquiring information regarding the API and it's status
System health check
GET https://api.v2.myluxura.com/system/healthcheck
This endpoint will return the host that handles your request.
{
"host": "myluxura-api"
}Equipment data health check
GET https://api.v2.myluxura.com/system/equipment/health
This endpoint will return the health of the equipment data.
Headers
Name
Type
Description
Authorization
string
Authentication token (type 'Bearer')
{
"healthy": true
}Last updated
Was this helpful?