Assets

get body measurements of a scan

get

This operation provides the body measurements of a specific scan.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scanIdstringRequired

The unique ID of the scan

Example: unique-scan-id
Query parameters
unit-systemstring · enumOptional

The unit system in which values will be returned

Possible values:
Responses
200Success
application/json;v=1
get
/scans/{scanId}/measurements
200Success

get asset status of a scan

get

This operation provides the asset status of a specific scan.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scanIdstringRequired

The unique ID of the scan

Example: unique-scan-id
Responses
200Success
application/json;v=1
get
/scans/{scanId}/scan-assets
200Success

get asset urls of a scan

get

This operation provides the asset urls of a specific scan.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scanIdstringRequired

The unique ID of the scan

Example: unique-scan-id
Responses
200Success
application/json;v=1
get
/scans/{scanId}/asset-urls
200Success

get specific asset url of a scan

get

This operation provides a specific asset url of a specific scan.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scanIdstringRequired

The unique ID of the scan

Example: unique-scan-id
assetTypestring · enumRequired

The specific asset type of the scan

Possible values:
Responses
200Success
application/json;v=1
Responsestring
get
/scans/{scanId}/asset-urls/{assetType}
200Success

get bodyfat of a scan

get

This operation provides the bodyfat of a specific scan.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scanIdstringRequired

The unique ID of the scan

Example: unique-scan-id
Query parameters
unit-systemstring · enumOptional

The unit system in which values will be returned

Possible values:
Responses
200Success
application/json;v=1
get
/scans/{scanId}/bodyfat
200Success

update bodyfat method of a scan

patch

This operation updates the bodyfat method of a scan.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scanIdstringRequired

The unique ID of the scan

Example: unique-scan-id
Query parameters
unit-systemstring · enumOptional

The unit system in which values will be returned

Possible values:
Body
bodyfatMethodstring · enumRequired

A new bodyfat method to to use for the scan

Example: cocoPossible values:
Responses
200Success
application/json;v=1
patch
/scans/{scanId}/bodyfat
200Success

Last updated