Skip to content

REST API

Thomas Gaubert edited this page Jul 22, 2016 · 2 revisions

API Version: 1


Zephyr's REST API provides a simple means of communicating with Zephyr to display notifications within VR. It is strongly recommended that you use the WebSocket API.

Requests are made over port 3753 on localhost or the IP address reported in the main Zephyr window.

POST /api/notification

Create a new notification within VR.

Request

TODO: Example

Response

TODO: Example

GET /api/version

Get Zephyr and system version info.

Request

TODO: Example

Response

TODO: Example

Clone this wiki locally