
Access highly accurate heart rate data and detailed workout metrics from Polar watches and heart rate straps
Comprehensive support for Polar smartwatches and heart rate monitors
Comprehensive health and fitness metrics from Polar devices
Real-time data streaming with event-driven architecture
Polar notifies Healix whenever new data is available, and we immediately POST the normalized data to your webhook endpoint.
Available Data Types:
Request historical data or data over extended periods using HTTP endpoints with start_date and end_date parameters.
Data Formats:
Example payload structure from Polar integration
{
"metadata": {
"user_id": "user_123",
"start_time": "2025-01-15T08:30:00Z",
"end_time": "2025-01-15T09:30:00Z"
},
"calories_data": {
"total_burned_calories": 450,
"BMR_calories": 75,
"net_activity_calories": 375
},
"movement_data": {
"steps_count": 8500,
"floors_climbed": 12
},
"distance_data": {
"distance_meters": 6800,
"elevation_gain_meters": 120
},
"heart_rate_data": {
"summary": {
"avg_hr_bpm": 145,
"max_hr_bpm": 178,
"min_hr_bpm": 68,
"resting_hr_bpm": 62
},
"detailed": {
"hr_samples": [...],
"hr_zones": [
{ "zone": 1, "duration_seconds": 300 },
{ "zone": 2, "duration_seconds": 1800 },
{ "zone": 3, "duration_seconds": 1200 }
]
}
},
"active_durations_data": {
"activity_seconds": 3600,
"low_intensity_seconds": 1200,
"medium_intensity_seconds": 1800,
"high_intensity_seconds": 600
}
}Start receiving highly accurate heart rate and workout data from Polar devices in minutes