Geotraq API

Use this API to authenticate clients, manage tracking devices, ingest tracker data, operate SIM tools, and read rally feed data.

Scope

Replace [SCOPE] with live for the live database or sandbox for the sandbox database. API user credentials and Bearer tokens are checked inside the selected scope, so live and sandbox credentials can be different.

Authentication

Call /[SCOPE]/auth first to create a Bearer token. Bearer tokens are scoped to the selected database. Endpoints that use device-token auth document that explicitly.

Authorization: Bearer YOUR_BEARER_TOKEN

Module Documentation

/[SCOPE]/auth

Creates short-lived Bearer tokens from your API user credentials.

/[SCOPE]/devices

Registers, lists, updates, and deletes tracking devices.

/[SCOPE]/ingest

Receives tracker payloads such as IRIS route- / tracking-data.

/[SCOPE]/simtools

Executes SIM and connectivity commands for known device MSISDNs.