GET
/
health
{
  "success": true,
  "message": "<string>",
  "data": "<any>",
  "error": {
    "message": "<string>",
    "type": "<string>",
    "param": "<string>",
    "code": "<string>"
  }
}

Example Usage

For complete API documentation and examples, please refer to your Swagger UI.

curl -X 'GET' \
  'https://localhost:8080/health' \
  -H 'accept: application/json'

Query Parameters

mongo_db_check
integer | null
default:1

Response

200
application/json

Successful Response

The response is of type object.