API endpoint to verify service availability and database connection
{ "success": true, "message": "<string>", "data": "<any>", "error": { "message": "<string>", "type": "<string>", "param": "<string>", "code": "<string>" } }
curl -X 'GET' \ 'https://localhost:8080/health' \ -H 'accept: application/json'
Successful Response
The response is of type object.
object