Start a Session

The device can start a session by calling the Create a new Usage Session by usage type API.

The response will hold the data describing the session.

From the JSON response, save the _sessionContext value, which you will need for sending measurements to BioT.

📘

Making HTTPS Calls

For the device to be able to make HTTPS calls, it must obtain a JWT token.
See Device API access for more information.