This operation provides the bodyfat of a specific scan.
/scans/{scanId}/bodyfat
The unique ID of the scan
unique-scan-id
curl -L \ --url 'https://api.hosted.prismlabs.tech/scans/{scanId}/bodyfat'
{ "bodyfatPercentage": 20, "leanMassPercentage": 80, "fatMass": 16, "leanMass": 64, "bodyfatMethod": "coco" }