daily.data.body.created
Each summary object is uniquely identified by its id
.
If multiple events are received at the same id
, the last event received replaces all its previous
versions.
Properties
Constant: daily.data.body.created
User id returned by vital create user request. This id should be stored in your database against the user and used for all interactions with the vital api.
[⚠️ Deprecated] User key returned by vital create user key request. This key should be stored in your database against the user and used for all interactions with the vital api.
[⚠️ Deprecated] Date of the specified record, formatted as ISO8601 datetime string in UTC 00:00. Deprecated in favour of calendar_date.
Date of the summary in the YYYY-mm-dd format.
Weight in kg::kg
Body fat percentage::perc
Name of source of information
Slug for designated source
URL for source logo
Examples
{
"event_type": "daily.data.body.created",
"data": {
"id": "ceecea35-978c-48f0-89e6-a385ed31683c",
"date": "2023-05-26T20:56:49.391250+00:00",
"calendar_date": "2023-56-",
"weight": 80,
"fat": 30,
"height": 183,
"source": {
"name": "Oura",
"slug": "oura",
"logo": "https://logo_url.com"
},
"user_id": "f694642d-6faf-4d3d-9ce2-9895a1fea133"
}
}