Geofences & Asset Monitoring
The Geofences & Asset Monitoring API enables you to create and manage geographical boundaries (geofences). Asset tracking, event monitoring, and trip management features are coming soon.
Key Features
- Geofence Management - Create, update, and manage polygon, circular and rectangular geofences
- Asset Tracking (coming soon) - Monitor asset locations with real-time updates and historical tracking
- Event Monitoring (coming soon) - Set up monitors for entry/exit events, speeding alerts, and idle detection
- Trip Management (coming soon) - Track complete journeys with route details, stops, and summaries
API as Building Blocks
The Geofences API is available now as the foundation for geofence management.
Coming soon: asset tracking, monitor events, and trip workflows that integrate with the MagicLane SDK for end-to-end fleet scenarios.
Roadmap Status
Coming Soon
The following capabilities are in progress and will be added in upcoming releases:
- Asset tracking
- Event monitoring
- Trip management
- SDK-based location update flows for assets
Authentication
All endpoints require authentication using an API key in the Authorization header:
curl -X POST https://api.magiclane.net/api/v1/ \
-H "Authorization: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
See the main introduction guide for details on obtaining your API key.