get https://api.humanapi.co/v1/human/height
Get the height measurement from a specific point in time.
Returns a height reading
GET https://api.humanapi.co/v1/human/height
Returns all height readings
GET https://api.humanapi.co/v1/human/height/readings 
Response Properties
| Property | Type | Description | 
|---|---|---|
| id | String | The id of the resource. | 
| userId | String | [deprecated - use humanId] | 
| humanId | String | Unique user identifier | 
| timestamp | Date | The original date and time of the measurement | 
| source | String | The source service for the measurement, where it was created | 
| value | Number | The value of the measurement in the unit specified | 
| unit | String | The unit of the height measurement | 
| tzOffset | String | The offset from UTC time in +/-hh:mm (e.g. -04:00) | 
| createdAt | Date | The time the measurement was created on the Human API server | 
| updatedAt | Date | The time the measurement was updated on the Human API server | 
Zones are defined at the source and may vary, including zone names and ranges.
