Weight Tracker

Field Name
Type
Description

created_at

DateTime

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

date

Date

Date of when the event was last updated. (YYYY-MM-DD)

event

Event

enum Event {

weight_tracker.created weight_tracker.updated weight_tracker.deleted

}

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 }

value

Float

Weight in kilograms.

Example

{
  "body": {
    "created_at": "2025-11-28T22:29:44.568553",
    "date": "2025-11-28",
    "event": "weight_tracker.created",
    "id": 2164349,
    "profile_id": "a91f7a7d-a24b-40ab-a045-a63ef0632a0d",
    "source": "Suggestic",
    "value": 82
  }
}

Last updated

Was this helpful?