Skip to main content
Version: 2.9.0

Healthcheck (v1) - Retrieve Latest Health-Check Timestamp

Introduction

The Superna Eyeglass REST API - v1 Healthcheck allows for the retrieval of the latest health-check timestamp, providing insights into the system's health status.

Endpoint

GET /v1/healthcheck

Description: Returns latest health-check timestamp from Superna Eyeglass.

Response Codes:

  • 200 OK: Successfully retrieved health status.
  • default: Error payload, see response structure.

Response Messages:

  • default (Error)

    {
    "code": 0,
    "message": "string"
    }