Oura
By integrating the ROOK API, you gain access to Oura data, enabling you to retrieve body, physical, and sleep information from your linked users. Our API collects raw data from Oura, transforms it into structured data, and delivers it in JSON format via webhooks or API queries.
Oura Available Data
This is the data available from Oura that ROOK extracts:
Body Health
{
"body_summary": [
"weight_kg_float",
"height_cm_int"
],
"body_oxygenation_event": [
"saturation_avg_percentage_int"
]
}
Physical Health
{
"physical_activity_event": [
"activity_type_name_string",
"activity_duration_seconds_int",
"walked_distance_meters_float",
"activity_start_datetime_string",
"activity_end_datetime_string",
"calories_net_active_kcal_float"
],
"physical_summary": [
"calories_expenditure_kcal_float",
"rest_seconds_int",
"steps_int",
"walked_distance_meters_float",
"low_intensity_seconds_int",
"calories_net_active_kcal_float"
],
}
Sleep Health
{
"sleep_summary": [
"deep_sleep_duration_seconds_int",
"time_in_bed_seconds_int",
"sleep_date_string",
"rem_sleep_duration_seconds_int",
"sleep_start_datetime_string",
"hrv_avg_rmssd_float",
"light_sleep_duration_seconds_int",
"sleep_end_datetime_string",
"hr_avg_bpm_int",
"breaths_avg_per_min_int",
"time_awake_during_sleep_seconds_int",
"sleep_duration_seconds_int"
]
}
The data you receive depends on the permissions granted by the user when linking their data source.
Data Delivery
Our Oura integration delivers notifications within minutes after a user completes an event and syncs their app. ROOK retrieves, processes, and delivers the data through our SDKs, providing you with user insights efficiently.
Start Extracting Oura Data
To begin extracting health data from Oura, follow these steps:
Step 1: Enable Data Source
Integrate Oura into your application or digital solution through the endpoint provided by ROOK.
Step 2: Set Up Your Connections Page
Enable the Oura data source on the connections page to allow your users to connect.
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": {},
}