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. Modified at 2025-03-03 04:57:31