Discussions
How to specify multiple scopes when triggering the OAuth 2.0 flow
The documentation says that in order to initiate an OAuth 2.0 flow you need to use a URL like this
Idle Location with Address and Geofence
Is there an api endpoint where you can get an idle event that has the geofence and the address?
I know there is the idle_event endpoint but you only get the longitude and latitude and not the actual address and geofence location.
Documentation is not correct or outdated ?
To get all assets i see below example in the documentation:
https://developer.gomotive.com/reference/list-all-the-company-assets
Where to get an API key ?
Where to get an API key i only have client id and secret
How to Fetch Historical Vehicle Location Data Using Date and Time Range in GoMotive API ?
How can we retrieve more granular location history — specifically using both date and time ranges (e.g., from 2025-05-06T10:00:00 to 2025-05-06T18:00:00)?
Fuel purchases CSV import
In Python, I generated a csv with the same column names as the Motive template for fuel purchases. I used this generated file to import fuel purchases through the dashboard which was successful. I then encoded the file to base64 and created the payload variable, {"source": "manual", "import": [filename, encoded_str]}. The error message displays that all columns are missing but as different variable names.
api to update the duty status
update the duty status which api should i used
Improvement
locations.vehicle_locations.single => locations.vehicle_locations_single
Scorecard Summary Updates - Timeframe
Hello there,
Idling Events Api?
I am looking to pull Idling Events from the Motive Api and I want to have Idle Time and Location similar to the way it is given in the "Idling Events" report. Is this possible?