FleetUp API Docs
  1. API Reference
FleetUp API Docs
  • Quick Start
    • Your First API Call
    • Token Expiration
    • Rate Limit
    • Error Codes
  • API Reference
    • Introduction
    • Authentication
      • /token
      • Obtain JWT Token
    • Account & User & Device
      • /account-info
      • /users
      • /drivers/list
      • /devices
      • /devices/status
      • /devices/unlock
      • /devices/driver-overview
      • /devices/engine-hours
      • /devices/fuel-level
      • /devices/odometer
      • /devices/latest-ecu-data
      • /devices/{device-id}
      • /devices/{device-type}
      • /devices/{device-type}/details
      • /devices/{device-type}/history
    • Trips
      • /trips/history
      • /trips/ongoing-trips
    • Trip Share
      • /tripshare/live-eta
      • /tripshare/partners
      • /tripshare/share
    • Alerts
      • /alerts/summary
      • /alerts/history
      • /alerts/bulk-history
      • /fencealerts/fence-names
      • /fencealerts/geo-fencealerts
    • Location
      • Retrieve GPS data within a 24-hour time range
      • /gpsdata/device-last-location
      • /gpsdata/latest
      • /gpsdata/latest/4cj
      • /gpsdata/latest/5ta
      • /bulk-gpsdata
    • Maintenance
      • /maintenance/history
      • /maintenance/indicators
      • /maintenance/settings/indicators
      • /maintenance/settings/measurements
    • Reports
      • /reports/temperature-sensors
      • /reports/{report-key}
    • Geofence
      • Get all fences
      • Get fence detail
      • Retrieve geofence alerts
    • Others
      • /jobs
  • API Guides
    • Retrieve All Devices from an Enterprise
  1. API Reference

Introduction

Here’s a tailored introduction section for the FleetUp API, modeled after the DeepSeek API Docs style:

FleetUp API | FleetUp API Docs#

The FleetUp API provides a comprehensive interface for managing fleet operations, including device management, GPS tracking, and alert systems. This documentation outlines the key features and usage guidelines for the API.

Security Scheme#

Security Scheme Type:HTTP
HTTP Authorization Scheme:Bearer

API Overview#

FleetUp API supports various endpoints to manage your fleet efficiently. Below are the main categories:
Authentication: Generate and manage API tokens.
Account & User & Device: Manage accounts, users, and devices.
Trips: Retrieve trip data and related information.
Trip Share: Share trip information with partners.
Alerts: Manage and retrieve alerts.
Location: Access GPS data and location-based services.
Geofence: Create and manage geofences.
Maintenance: Check and update maintenance-related data.
Reports: Generate custom reports.
Others: Miscellaneous APIs.

Authentication#

To use the FleetUp API, you need to obtain an API key and generate a token. The API supports two types of tokens:
JWT Token (Recommended): Use the POST /token endpoint to generate a JWT token. Include this token in the Authorization header as Bearer <token>.
Legacy Token: Use the GET /token endpoint to generate a legacy token. Include this token in the token header.

Example Request#

Key Features#

JWT Authentication: Enhanced security with JWT tokens.
Legacy Support: Compatibility with legacy tokens for existing users.
Rate Limits: APIs can be called once per second, but a 10-second interval is recommended for significant data changes.
Enterprise Support: Dedicated endpoints for enterprise users (/devices and /gpsdata).

Support#

For any issues or questions, please contact FleetUp support or visit our official website.
FleetUp Logo
Modified at 2025-03-03 04:57:31
Previous
Error Codes
Next
/token
Built with