Skip to main content

Samsung Health

By integrating the ROOK SDK, you can access available Samsung Health data to retrieve body, physical, and sleep information from your linked users. Our SDK collects raw data from Samsung Health, transforms it into structured data, and delivers it in JSON format through the ROOK SDK.

Samsung.png

Samsung Health Available Data

This is the data available from Samsung Health that ROOK extracts:

{
"body_summary": [
"bmi_float",
"weight_kg_float",
"height_cm_int",
"blood_glucose_granular_data_array",
"blood_glucose_avg_mg_per_dL_int",
"blood_pressure_granular_data_array",
"blood_pressure_avg_object",
"water_total_consumption_mL_int",
"hydration_amount_granular_data_array",
"hr_avg_bpm_int",
"hr_minimum_bpm_int",
"hr_maximum_bpm_int",
"hr_granular_data_array",
"calories_intake_kcal_float",
"protein_intake_g_float",
"sugar_intake_g_float",
"fat_intake_g_float",
"trans_fat_intake_g_float",
"carbohydrates_intake_g_float",
"fiber_intake_g_float",
"sodium_intake_mg_float",
"cholesterol_intake_mg_float",
"saturation_granular_data_array",
"saturation_avg_percentage_int"
],
"body_blood_glucose_event": [
"blood_glucose_granular_data_array",
"blood_glucose_avg_mg_per_dL_int"
],
"body_blood_pressure_event": [
"blood_pressure_granular_data_array",
"blood_pressure_avg_object"
],
"body_metrics_event": [
"bmi_float",
"weight_kg_float",
"height_cm_int"
],
"body_heart_rate_event": [
"hr_avg_bpm_int",
"hr_minimum_bpm_int",
"hr_maximum_bpm_int",
"hr_granular_data_array"
],
"body_hydration_event": [
"water_total_consumption_mL_int",
"hydration_amount_granular_data_array"
],
"body_oxygenation_event": [
"saturation_granular_data_array",
"saturation_avg_percentage_int"
],
"body_nutrition_event": [
"calories_intake_kcal_float",
"protein_intake_g_float",
"sugar_intake_g_float",
"fat_intake_g_float",
"trans_fat_intake_g_float",
"carbohydrates_intake_g_float",
"fiber_intake_g_float",
"sodium_intake_mg_float",
"cholesterol_intake_mg_float"
]
}
note

The data you receive depends on the permissions granted by the user when linking their data source.

Data Delivery:

Our Samsung Health integration delivers notifications within minutes after a user completes an event and syncs their app. ROOK retrieves, processes, and delivers the data through our SDK, providing you with user insights efficiently.

Start Extracting Samsung Health Data

To begin extracting health data from Samsung Health, follow these steps:

Step 1: Integrate Our

ROOK offers SDK compatible with Samsung Health, allowing precise integration into your solution.

Native

Step 2: Set Up Your Connections Page

Enable the Samsung Health data source on the connections page to allow your users to connect.

Connect-Samsung.png

Step 3: Receive Your Users' Data

Once users connect to the data source, you will start receiving their data. Utilize this data to its full potential.

{
"version":[],
"data_structure": "",
"client_uuid": "",
"user_id": "",
"body_health": {},
"physical_health": {},
"Sleep_health": {},
}

Samsung Health Brand Guide

To ensure the correct use of Samsung Health’s brand and assets, follow their official guidelines. You can find more details in their brand guide here: Samsung Health Brand Guide.