---
title: "Heart Rate Sample"
method: GET
path: "/profile/{profile_public_id}/heartrate_sample/"
tags: ["profile"]
---

# Heart Rate Sample

`GET /profile/{profile_public_id}/heartrate_sample/`

Heart Rate measured at a single point in time.

## Query parameters

- `cursor` string
- `page_size` integer
- `date_start` string, date-time
- `date_end` string, date-time
- `heart_rate_detail` boolean

## Response `200`

OK

- HeartRateSample[]
  - `timestamp` string, date-time, required — Starting UTC time of the measurement.
  - `duration` string, nullable — Duration of the measurement.
  - `source` 'AGGREGATED' | 'ANDROID' | 'APPLE' | 'FITBIT' | 'GARMIN' | 'GOOGLE_HEALTH' | 'GOOGLEFIT' | 'HEALTHCONNECT' | 'HUAWEI' | 'MYZONE' | 'OMH' | 'OMRON' | 'OURA' | 'POLAR' | 'SAMSUNG' | 'STRAVA' | 'SUUNTO' | 'WF' | 'WHOOP' | 'WITHINGS', required — Origin of the data.
  - `is_manual` boolean, nullable — Whether the data was entered manually.
  - `value` integer, nullable — Measured heart rate in beats/min.
  - `min` integer, nullable — Minimum value measured in the time window.
  - `max` integer, nullable — Maximum value measured in the time window.

---

[API](https://skmtc.net/wefitter/apis/wefitter-api.md) · [All operations](https://skmtc.net/wefitter/apis/wefitter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wefitter/wefitter-api/revisions/52b0eb5e8b96/schema)
