Skip to main content
Version: 4.1

Connect the device and make it available to the server.

GET 

/api/devices/v1/deviceconnect/connect

Calling /connect will upgrade the connection to a persistent websocket connection and make the device available to the management API. The device must provide DeviceJWT identity either as Authorization (Bearer) header or as a cookie named 'JWT'.

Request

Responses

Successful response - change to websocket protocol.

Response Headers
    Sec-Websocket-Accept

    Standard websocket upgrade response header.

    Upgrade