Authentication

The same OAuth 2.0 token obtained for API authentication can be used to authenticate WebSocket connections. This allows for seamless integration, enabling requests to be sent to both the API and the WebSocket service without requiring reauthentication.

To interact with the One Record SocketIO notification system, clients must first authenticate using OAuth 2.0.

Authentication

This process involves obtaining an access token, which is required to establish a secure connection.

Last updated