You application can start interacting with Omnibasis with any call. The typical start up sequence is described below.
Step 1: Get all Omnibasis user configuration
https://api.omnibasis.com/OmnibasisUserConfiguration/GetAll
If you do not provide Authorization. You still will get all Omnibasis configuration, except session information.
Step 2: If you have authentication token, you can get user information for that token
https://api.omnibasis.com/startup/Session/GetCurrentLoginInformations
Step 3: Get latest user notifications
For example, once you login into your application, you can get latest user notifications.
https://api.omnibasis.com/notifications/Notification/GetUserNotifications