WebSocket API
Zephyr WebSocket API documentation
Last updated
Zephyr WebSocket API documentation
Last updated
Zephyr WebSocket API provides real-time access to Zephyr.
The WebSocket API is built on top of . We recommend using their resources when accessing the WebSocket API. This documentation is organized by event.
Submit a notification to Zephyr to be displayed in VR.
packageName - package name of app which created the notification
id - random integer to uniquely identify the notification
timestamp - UNIX timestamp for when notification was created
body - notification title
message - notification body
icon - base64 encoded image to be displayed alongside notification
Dismiss a previously submitted notification. This removes the notification from the History tab on the desktop client and SteamVR dashboard.
packageName - package name of app which originally created the notification
id - ID of notification to dismiss