Getting Started

The API client needs to request a Bearer authentication token from the support team at [email protected]envelope to connect to WebSockets endpoints. The token should be used immediately after a connection request. Once a connection to a WebSockets API message is established, the token remains valid indefinitely.

circle-exclamation

Example for an authentication token

{
    "authToken": "eYCMopB1T9ACqA8TVIoM"
}

Last updated

Was this helpful?