Send Health check

Send Health Check

get
Responses
200

Response type that indicates a successful health check.

application/json
Responseall of
get
GET /health-check HTTP/1.1
Host: api.mysk.school
Accept: */*
{
  "api_version": "text",
  "data": {
    "server_time": "2025-09-04T15:39:22.732Z",
    "database_connection": true,
    "database_response_time": 1
  },
  "error": null,
  "meta": {
    "timestamp": "2025-09-04T15:39:22.732Z",
    "pagination": null
  }
}

Last updated