Yesterday I received the 'Indie" key for accessing the API, and was trying out the API here: https://github.com/HypeRate/DevDocs/blob/main/Readme.md
I would always get a 403 when substituting my API key for the token field.
But after looking at the devtools on : https://app.hyperate.io/$myId. I noticed that it was using "live" in the place of "socket" in the url: wss://app.hyperate.io/socket/websocket?token=<MY-WEBSOCKET-KEY>
Trying this, it seemed I was able to connect to the websocket with Postman, but I didn't receive any HR messages.
What am I doing wrong? Thanks in advance.
The issue was Postman. When I switched to a paired-down version of https://github.com/HypeRate/Touch-Portal-Plugin, it worked fine with the documented URL's.