⛑️ 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
Example response
{
"data": "OK",
"message": "Health check passed",
"statusCode": 200,
"success": true
}