Scans
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
unit-systemstring · enumOptionalPossible values:
The unit system in which values will be returned
Responses
200Success
application/json;v=1
Responseobject
get
/scans200Success
This operation registers a new scan in hosted API.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
userTokenstringRequiredExample:
A unique token for the user provided by the partner, that should be associated with the scan
unique-user-tokendeviceConfigNamestring · enumRequiredExample:
The name of the device configuration used for the scan
IPHONE_SCANNERPossible values: assetConfigIdstring · uuidOptional
The asset configuration used for the scan
bodyfatMethodstring · enumOptionalExample:
The requested bodyfat method for the scan
cocoPossible values: Responses
201Success
application/json;v=1
post
/scans201Success
This operation provides the status of a specific scan.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequiredExample:
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/{id}200Success
This operation deletes a specific scan.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequiredExample:
The unique ID of the scan
unique-scan-idResponses
200Success
application/json;v=1
delete
/scans/{id}200Success
This operation provides an upload url for a specific scan for uploading capture data to Prism.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scanIdstringRequiredExample:
The unique ID of the scan
unique-scan-idResponses
201Success
application/json;v=1
post
/scans/{scanId}/upload-url201Success
Last updated