This operation provides the health report of a specific scan.
/scans/{scanId}/health-report
The unique ID of the scan
unique-scan-id
The unit system in which values will be returned
metric
imperial
curl -L \ --url 'https://api.hosted.prismlabs.tech/scans/{scanId}/health-report'
{ "scan": {}, "user": {}, "bodyFatPercentageReport": {}, "leanMassReport": {}, "fatMassReport": {}, "waistCircumferenceReport": {}, "waistToHipRatioReport": {}, "waistToHeightRatioReport": {}, "metabolismReport": {} }