REST endpoints for the Track360 iOS and Android customer app. Authenticate with the same API token used for the general REST API.
https://www.track360.site/api/v1.
Sign in to manage your API key.
Mobile login returns a bearer token. Store it securely on the device and send it on every request.
https://www.track360.site/api/v1/auth/login
curl --location --request POST 'https://www.track360.site/api/v1/auth/login' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{"email":"you@example.com","password":"your-password"}'
The dashboard endpoint aggregates overview stats, recent incidents, and chart data. Navigation returns plan-gated menu items for the mobile More screen.
https://www.track360.site/api/v1/mobile/dashboard
https://www.track360.site/api/v1/mobile/navigation
https://www.track360.site/api/v1/mobile/devices
https://www.track360.site/api/v1/mobile/checkout-bridge
Register FCM device tokens via POST /mobile/devices. Incident alerts include a deep link path such as /incidents/monitoring/{id}.
track360://incidents/monitoring/42https://www.track360.site/mobileapp/deeplink/incidents/monitoring/42App Store links, universal link association files, and checkout bridge live under /mobileapp.
https://www.track360.site/mobileapp/.well-known/apple-app-site-associationhttps://www.track360.site/mobileapp/.well-known/assetlinks.json