Keep track of whatever you like. Export to CSV anytime.
You can view and create an API token at /profile when logged in.
Path: POST /api/v1/readings/{readingid} Headers: Content-type: application/json Body: { "token": "YOUR API token", "date": "2024-09-24", "reading": -0.1442 } Errors: 400 if request is invalid, 401 if token is invalid Success: Returns 200, and the created reading id