Assets
This operation provides the body measurements of a specific scan.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scanIdstringRequiredExample:
The unique ID of the scan
unique-scan-idQuery parameters
unit-systemstring · enumOptionalPossible values:
The unit system in which values will be returned
Responses
200Success
application/json;v=1
get
/scans/{scanId}/measurements200Success
This operation provides the asset status of a specific scan.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scanIdstringRequiredExample:
The unique ID of the scan
unique-scan-idResponses
200Success
application/json;v=1
get
/scans/{scanId}/scan-assets200Success
This operation provides the asset urls of a specific scan.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scanIdstringRequiredExample:
The unique ID of the scan
unique-scan-idResponses
200Success
application/json;v=1
get
/scans/{scanId}/asset-urls200Success
This operation provides a specific asset url of a specific scan.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scanIdstringRequiredExample:
The unique ID of the scan
unique-scan-idassetTypestring · enumRequiredPossible values:
The specific asset type of the scan
Responses
200Success
application/json;v=1
Responsestring
get
/scans/{scanId}/asset-urls/{assetType}200Success
This operation provides the bodyfat of a specific scan.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scanIdstringRequiredExample:
The unique ID of the scan
unique-scan-idQuery parameters
unit-systemstring · enumOptionalPossible values:
The unit system in which values will be returned
Responses
200Success
application/json;v=1
get
/scans/{scanId}/bodyfat200Success
This operation updates the bodyfat method of a scan.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scanIdstringRequiredExample:
The unique ID of the scan
unique-scan-idQuery parameters
unit-systemstring · enumOptionalPossible values:
The unit system in which values will be returned
Body
bodyfatMethodstring · enumRequiredExample:
A new bodyfat method to to use for the scan
cocoPossible values: Responses
200Success
application/json;v=1
patch
/scans/{scanId}/bodyfat200Success
Last updated