REST API
Zephyr REST API documentation
Overview
Version
{
"api": 1,
"desktop": "2.0.8",
"node": "v8.9.3",
"buildType": "Steam",
"config": {
"type": "steam",
"enableUpdates": false,
"port": 3753,
"enableOverlay": true
},
"features": [
"POST_NOTIFICATIONS",
"DISMISS_NOTIFICATIONS",
"UPDATE_NOTIFICATIONS"
],
"socketChannels": {
"actions":{
"postNotification": "post-notification",
"dismissNotification": "dismiss-notification",
"disconnect": "disconnect"
},
"events":{
"notificationPosted": "event-post-notification",
"notificationDismissed": "event-dismiss-notification"
}
}
}Notifications
Last updated