Establishes WebSocket connection with channel and subtopic
GET/iot/ws/channels/:id/messages/:subtopic
Establishes WebSocket connection with the specified channel and subtopic. This endpoint is used to establish a connection that can be used to receive real-time messages from a specific subtopic within a channel.
Request
Responses
- 101
- 400
- 401
- 403
- 404
WebSocket connection established successfully.
Bad request due to empty channel ID, malformed subtopic, or malformed entity.
Missing or invalid access token provided.
Forbidden access to the requested channel.
The specified channel was not found.