WebSocket Connection


This request will activate a WebSocket connection for this session if possible.
Use the returned link to open the WebSocket connection. Check out the WebSocket Documentation for more information.

Resource

POST /me/websocket

Parameters

None

Payload

None

Response

Object Response < string >

Context

Authorization

User

Errors

Example

Request
POST https://xelion.nl/api/v1/master/me/websocket
Response
{
    "object": "ws://sip.xelion.nl/websocket/1/1651218/1738753/VsKSEJTaRHPg9G9m"
}