GET
/
free
/
health

This endpoint allows you to get our status health. It doesn’t require any token or authentication.

Response also includes information about any upcoming service windows. Example:

Response for health with upcoming service window
{
  "ok": true,
  "upcomingServiceWindows": [
    {
      "startDateUtc": "2025-02-02T06:00:00",
      "endDateUtc": "2025-02-02T06:05:00",
      "notes": "Just for demonstration",
      "lastUpdatedAtUtc": "2025-02-01T08:52:43"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json
The health response
ok
boolean
upcomingServiceWindows
object[] | null