Get Location Config
Returns the location tracking intervals configured for the authenticated tenant.Response
Update Location Config
Requirescompany_admin or company_tech role.
Request Body
| Field | Type | Description |
|---|---|---|
online_interval_sec | integer | GPS update interval when device has internet — minimum 30s |
offline_interval_sec | integer | GPS update interval when device is offline via SMS — minimum 60s |
How it works
The SDK reads this configuration on login and applies it to the background location tracker.- Online mode — GPS sent via REST API at
online_interval_secintervals - Offline mode — GPS encoded in SMS payload at
offline_interval_secintervals, queued and sent when connectivity returns

