API - Status & Health
These endpoints report whether the backend is running. Neither requires authentication.
Status
Section titled “Status”GET /apiReturns a JSON object confirming the API is running:
{ "status": "success", "message": "API is running", "data": {}}Health
Section titled “Health”GET /api/healthReturns the health status, current time and backend version:
{ "status": "healthy", "timestamp": "2025-01-01T12:00:00Z", "version": "5.0.0"}