Authentication
WebSocket connections to the NBX API require authentication using OAuth 2.0 JWT Bearer tokens.Obtaining an Access Token
Before connecting to the WebSocket, you must obtain a valid access token. See the Authentication guide for detailed instructions on obtaining OAuth 2.0 JWT Bearer tokens.Connecting with Authentication
Pass the access token in theAuthorization header when establishing the WebSocket connection.
QA Environment
For testing in the QA environment, use these endpoints:- Auth URL:
https://auth-qa.novig.us/oauth/token - Audience:
https://api-qa.novig.us - WebSocket URL:
wss://api-qa.novig.us/tape
