List trips
Returns a paginated list of trips for the specified business. Trips can be filtered by date range, purpose, vehicle, and search query.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Content-Type must be set to application/json.
Path Parameters
The UUID of the business.
Query Parameters
Include deleted trips in the response.
Filter by trip purpose. Can be specified multiple times for multiple purposes.
UNREVIEWED, BUSINESS, PERSONAL Comma-separated list of vehicle UUIDs to filter by.
Filter trips on or after this date (YYYY-MM-DD).
Filter trips on or before this date (YYYY-MM-DD).
Filter trips by year.
Search query to filter trips by description, start address, end address, or vehicle make/model.