API Reference
This API provides endpoints for managing organizations, fuel monitoring, vehicles, users, and real-time tracking data.
Base URL
https://api.rollingtrack.com/api
API Details
Version: 1.0.0
Protocol: HTTPS
Content-Type: application/json
Authentication
The API uses JWT (JSON Web Tokens) for authentication with different token types:
• Access Token: Short-lived (30 minutes) for API requests
• Refresh Token: Long-lived (7 days) for token renewal
• Organization Tokens: For users with organization memberships
Authorization: Bearer <access_token>