{"success":true,"message":"Welcome to AfriClimate API","version":"1.0.0","endpoints":{"health":"/health","webhook":"POST /api/v1/readings","readings":{"getAll":"GET /api/v1/readings","getById":"GET /api/v1/readings/:id","getLatest":"GET /api/v1/readings/latest","getByDevice":"GET /api/v1/readings/device/:deviceId","getDeviceStats":"GET /api/v1/readings/device/:deviceId/stats","getAggregated":"GET /api/v1/readings/aggregated"},"devices":{"getAll":"GET /api/v1/devices","getById":"GET /api/v1/devices/:identifier","update":"PATCH /api/v1/devices/:identifier","delete":"DELETE /api/v1/devices/:identifier","stats":"GET /api/v1/devices/stats/overview"},"gateways":{"getAll":"GET /api/v1/gateways","getById":"GET /api/v1/gateways/:identifier","update":"PATCH /api/v1/gateways/:identifier","delete":"DELETE /api/v1/gateways/:identifier","stats":"GET /api/v1/gateways/stats/overview"}},"documentation":"See API_DOCUMENTATION.md for detailed documentation"}