WebSocket Monitor REST API
Resource URLs
GET /seiapi/v3/Monitor/WebSockets
Supported HTTP Methods
Method | Description |
---|---|
GET | Verifies that the WebSocket connection is still available and active. |
HTTP Headers
Header | Description |
---|---|
Content-Type | Specifies the body content format that will be submitted and expected to be returned. Valid values are:
|
x-access-token | Must contain a valid JSON Web Token (JWT) that is also valid as a mobile user. |
HTTP Response
Response Codes
HTTP Code | Description |
---|---|
200 | OK. The WebSocket connection is active and working properly. |
401 | Gone. The WebSocket connection is no longer available. |
500 | Server Error. There is an error with this API itself or the server hosting this API. This does not mean that WebSockets is not available. |