FleetFlow Customer API
Select your API key
FleetFlow supports multiple organizations. To get started, select the organization you want to interact with by providing the API key for that organization.
X-Api-Key: YOUR_API_KEY
Authenticate with the API
FleetFlow uses a token-based authentication system. Initial authentication requires either basic auth credentials or OTP verification. All subsequent requests must include the bearer token in the Authorization header.
/v1/auth
Details
/v1/auth/refresh
Details
Magic (OTP)
/v1/magic/email
Details
/v1/magic/email
Details
Account Management
Manage customer accounts and preferences
/v1/account
Details
/v1/account
Details
Vehicle Management
Manage fleet vehicles and their data
/v1/vehicles
Details
/v1/vehicles
Details
Components
/v1/vehicles/:uuid1/components
Details
/v1/vehicles/:uuid1/components/:uuid2
Details
Tracking
/v1/vehicles/:uuid1/track
Details
/v1/vehicles/:uuid1/track
Details
Service Tickets
Manage vehicle service tickets and repairs
/v1/service_tickets
Details
/v1/service_tickets/:uuid1
Details
Communication Threads
Real-time communication channels
/v1/threads
Details
/v1/threads
Details