1. Websocket
In addition to the REST API, there is also a Websocket API. This is mainly used to inform the dashboard about new events, such as disasters or triages.
Info
You need websocket rights for the websocket functionality. Otherwise you will receive a 403 error.
The Websocket API can be called as follows:
wss://ws.«DOMAIN»/?authorization=«TOKEN»
The domain is the same as for the REST API. The token is also the same as for the REST API and can be retrieved via the login endpoint.