v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-10-2916802.4 MB

⛑️ healthcheck

This API endpoint is commonly used to determine the health status or availability of a system or service.

It is a simple and lightweight endpoint designed to perform a quick health check of the application or infrastructure.

get/healthcheck

Response

healthcheck

datastring
messagestring
statusCodenumber
successboolean

Example response

{
  "data": "OK",
  "message": "Health check passed",
  "statusCode": 200,
  "success": true
}