Scans

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
unit-systemstring · enumOptional

The unit system in which values will be returned

Possible values:
Responses
200Success
application/json;v=1
Responseobject
get
/scans
200Success

register a new scan

post

This operation registers a new scan in hosted API.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
userTokenstringRequired

A unique token for the user provided by the partner, that should be associated with the scan

Example: unique-user-token
deviceConfigNamestring · enumRequired

The name of the device configuration used for the scan

Example: IPHONE_SCANNERPossible values:
assetConfigIdstring · uuidOptional

The asset configuration used for the scan

bodyfatMethodstring · enumOptional

The requested bodyfat method for the scan

Example: cocoPossible values:
Responses
post
/scans
201Success

get status of a scan

get

This operation provides the status of a specific scan.

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

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/{id}
200Success

delete a scan

delete

This operation deletes a specific scan.

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

The unique ID of the scan

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

get the upload url

post

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
scanIdstringRequired

The unique ID of the scan

Example: unique-scan-id
Responses
post
/scans/{scanId}/upload-url
201Success

Last updated