Read from WebSocket APIs
Field | Description | Required | Example |
---|---|---|---|
endpoint | The endpoint for the WebSocket server | Yes | wss://api.example.com/v1/events |
subscription_message | A message that will be sent to the server after connection | No | {"type": "subscribe", "channel": "events"} |