Solar Shading Estimator API
App

Health check

Returns a simple status check to confirm the API is running.

GET
/health

Returns a simple status check to confirm the API is running.

Response Body

application/json

curl -X GET "https://example.com/health"
{  "statusCode": 200,  "message": "OK",  "data": {    "status": "ok"  }}