Bootstrap or onboard a device

post

/api/deviceBootstrap

Called from a mobile application. Retrieves mHealth application-specific information to activate the device as part of a mobile application onboarding process. The API expects the accessId and OTP (One-Time-Password) in the HTTP authorization header (Basic Authentication) as username and password.

Request

There are no request parameters for this operation.

There's no request body for this operation.

Security
  • Type: http
    Description: IAMS credentials or AccessId/OTP for deviceBootstrap.
Back to Top

Response

Supported Media Types

200 Response

Successful device bootstrap response.
Body ()
Root Schema : DeviceConnectionParams
Type: object
Show Source
Nested Schema : deviceModelUrn
Type: array
List of device models created in the mHealth Connector Cloud that can be activated for a clinical trial.
Show Source

400 Response

The device is already bootstrapped.

401 Response

Invalid accessId or OTP.

404 Response

Resource does not exist.
Back to Top