Skip to main content

ProGlove Documentation

Introduction

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

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.

Important

API functionalities are only available with the Enterprise Visibility and Enterprise Analytics pricing plans.

All API requests, as well as the WebSocket live data connection, require TLS (Transport Layer Security). i.e. REST requests are made over HTTPS and WebSocket connections over WSS (Web Security Service).

As Insight API is specific to your customer account, log into Insight Webportal to get Base URLs unique to your account.

To learn more, see How to get Base URL.