1. Home
  2. Docs
  3. Managers
  4. API Documentation
  5. API resources
  6. Health

Health

Published 26 January 2026, Updated 26 January 2026

GET /ping

Purpose: health check and server time.

Access:

  • read-only
  • read-write
  • admin

Response:

{
  "meta": { "status": 200, "error": null },
  "data": { "time": "2026-01-01T00:00:00+00:00" }
}
Was this article helpful to you? Yes No