Skip to content

Insight API

ProGlove Insight API uses two main methods of communication, REST and WebSockets, to serve data and create or modify resources. The API provides fixed endpoints, returns JSON-encoded responses and uses standard HTTP response codes.

To access all API functionalities, you need one URL for HTTPS and another for WebSocket connections. In the documentation, these are referred to as Base URLs.
All API requests, as well as the WebSocket live data connection, require TLS, i.e. REST requests are made over HTTPS and WebSocket connections over wss.

As Insight API is specific to your customer account, you can log into Insight Webportal to get Base URLs unique to your account.
To learn more, see How to get Base URL.