Steps Tracker
Field Name
Type
Description
created_at
DateTime
Timestamp of when the event was registered. (ISO 8601 with timezone)
datetime
DateTime
Timestamp of when the event was last updated. (ISO 8601 with timezone)
event
Event
enum Event {
steps_tracker.created steps_tracker.updated steps_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 }
steps
Int
Amount of steps registered.
Example
{
"body": {
"created_at": "2025-11-26T23:47:45.742734",
"datetime": "2025-11-26T23:47:38+00:00",
"event": "steps_tracker.created",
"id": 24919022,
"profile_id": "142afbac-535a-47ec-8a00-e4a7c24edf98",
"source": "Suggestic",
"steps": 1000
}
}Last updated
Was this helpful?