Skip to main content

Init

Before start using the user events, you need to initialize the service with the BUS.INIT event.

This is done by sending the following event:

{
"type": "BUS.INIT",
"payload": {
"services": ["USER"]
}
}