The WebsocketId carries the ID of a newly created websocket instance. It is returned by the /api/v1/makewebsocket API call in the response body.
Data Model
| Key | Type | Value |
|---|---|---|
| id | String | A newly created websocket ID. This is a unique 5-character string identifying the websocket for all further processing. |