Get the heart rate measurement from a specific point in time.

Returns a heart rate reading
GET https://api.humanapi.co/v1/human/heart_rate

Returns all heart rate readings
GET https://api.humanapi.co/v1/human/heart_rate/readings

Returns a specific heart rate reading
GET https://api.humanapi.co/v1/human/heart_rate/readings/id

Response Properties

PropertyTypeDescription
idStringThe id of the resource.
userIdString[deprecated - use humanId]
humanIdStringUnique user identifier
timestampDateThe original date and time of the measurement
tzOffsetStringThe offset from UTC time in +/-hh:mm (e.g. -04:00)
sourceStringThe id of the originating service
valueNumberThe value of the measurement (in bpm)
unitNumberThe unit of the measurement
createdAtDateThe time the measurement was created on the Human API server
updatedAtDateThe time the measurement was updated on the Human API server
Language
Click Try It! to start a request and see the response here!