Start a Session

A session represents an instance of a usage type that has been configured for the device.

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

A session can be initiated with or without a patient ID.
If no patient ID is provided, BioT automatically derives it from the associated device entity.

See here a Postman request example.

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.