Water Tracker

Field Name
Type
Description

created_at

DateTime

Timestamp of when the event was registered. (ISO 8601 with timezone)

date

Date

Date of the sleep entry YYYY-MM-DD.

event

Event

enum Event {

hydration_tracker.created hydration_tracker.updated

}

goal_ml

Int

User hydration goal.

id

Id

Event id.

profile_id

Id

User profile ID.

source

SourceType

enum SourceType { SUGGESTIC FITBIT GARMIN POLAR MISFIT WITHINGS STRAVA GOOGLEFIT_REST GOOGLEFIT_NATIVE SUUNTO OURA IHEALTH APPLE SAMSUNG OMRONCONNECT OMRONWELLNESS HUAWEIHEALTH HEALTHCONNECT }

quantity

Int

Quantity expressed in cups.

quantity_ml

Int

Quantity expressed in ml.

Example

{
  "body": {
    "created_at": "2025-11-26T23:38:45.540549",
    "date": "2025-11-26",
    "event": "hydration_tracker.updated",
    "goal_ml": 2000,
    "id": 5911075,
    "profile_id": "142afbac-535a-47ec-8a00-e4a7c24edf98",
    "quantity": 0,
    "quantity_ml": 0,
    "source": "Suggestic"
  }
}

Last updated

Was this helpful?