Push Notifications
Push Notifications keep you informed even when the admin app is not open. Use them to confirm the app is set up correctly with a test push, get alerted when a Loci's battery runs low, or be notified as Tags enter or exit a Zone.
Enabling Push Notifications
To open the notification settings, tap the menu icon, then tap Settings.

Tap Notifications.

Toggle Turn on all notifications on. The first time you enable it, the system asks you to grant notification permission — allow it so the app can register for push notifications.
Toggle Low battery notifications on to get notified whenever one of your Locis' battery is running low.
Tap Send Test Notification to confirm you receive pushes correctly.

Permission denied?If you deny the notification permission prompt, toggling
Turn on all notificationson again takes you to the system Settings app, where you can grant the permission manually.
Notifying on Zone Entry or Exit
You can also get notified when Tags enter or exit a specific Zone. Configure this while creating or editing a Zone: open the Manage Zone panel and use the Push Notification options.
Tap Exit ALL to get notified once every Tag has left the Zone.

Tap Enter ANY to get notified as soon as any Tag enters the Zone.

Tap Confirm to save. Both triggers are independent — enable one or both, depending on what you want to be notified about.
API Reference
To configure push notifications directly through the API instead of the app, use the following endpoints.
Low Battery Notifications
- Get Low Battery Notification Configuration
- Replace Low Battery Notification Configuration — body:
{ "enabled": true } - Delete Low Battery Notification Configuration
Zone Push Notifications
- List Zone Push Notification Configurations
- Create Zone Push Notification Configuration — body:
{ "zoneId": <id>, "type": "ANY_ENTER" | "ALL_EXIT" } - List Zone Push Notification Configurations for a Zone
- Get Zone Push Notification Configuration
- Delete Zone Push Notification Configuration
ANY_ENTERcorresponds to theEnter ANYtrigger,ALL_EXITto theExit ALLtrigger described above.
Updated 10 days ago
