How to Authenticate to WSS

Authentication Request

Open Postman & Websocket request In the header section Provide the following parameters

Authorization = Key

Bearer 'Token' = Value

Click on the 'Connect' button

And you are successfully connected to WSS

Response example

Last updated