Skip to main content

What you can do

Manage Devices

List, query, and monitor IoT devices.

Query Telemetry

Access GPS and battery history with time-range queries for any device.

Track Trips

Compute trips and stops on-demand from GPS data with configurable motion detection.

Realtime Updates

Subscribe to live device telemetry, status changes, and lock events via WebSocket.

Access levels

The API uses API key authentication via the X-API-Key header. There are two roles:
RoleAccess
UserDevices, telemetry, lock events, trips, and WebSocket — scoped to assigned devices
AdminEverything above (unrestricted) plus device management and user management
User accounts can only access devices assigned to them. This scoping applies to all endpoints including REST API, trips, lock events, and WebSocket subscriptions.

Architecture

The Exchange API sits between your applications and IoT devices:
  • REST API — Device queries, telemetry history, trip computation
  • WebSocket — Realtime push of device data, status changes, and lock events

Next steps

Quickstart

Get up and running with your first API call in under 5 minutes.

API Reference

Browse the full API reference for all available endpoints.