Kligo API v3
Last updated
Was this helpful?
Last updated
Was this helpful?
The Kligo API allows you to retrieve in real-time measurements made with connected medical devices.
Kligo embeds a WebSocket client. It can be accessed on port 63336
on the user's computer. You can register a client to this server in order to subscribe and receive the observations in real-time. To subscribe to the observations please use the following url: ws://localhost:63336/v3/Observation
WebSockets clients have been implemented in most languages and can easily be integrated to any project.
First of all, please go to the .
Or click to see a working example of an application retrieving measurements from Kligo.