Get Websockets Token
An authentication token must be requested via this REST API endpoint in order to connect to and authenticate with our Websockets API. The token should be used within 15 minutes of creation, but it does not expire once a successful Websockets connection and private subscription has been made and is maintained.
The ‘Access WebSockets API’ permission must be enabled for the API key in order to generate the authentication token.
POST
/
getWebSocketsAuth
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Headers
tenantId
string
requiredTenant/Owner id
Body
application/json · object
The body is of type object
.
Response
200 - application/json
The response is of type object
.