Rides

"Rides" refer to the trips made by the subaccount. By starting a ride, you unlock the specified vehicles.
Retrieving rides, start & stop rides requires a private scope. The use of these mutations must be reserved for backend.

Get rides

Rides are returned in aggregate and paginated form. It is possible to filter by status. See getRides.

Start Ride

To start a trip it is necessary to pass the QRCODE ID or the plate number visible on the vehicle and the user's location.
After called the mutation startRide, the vehicle should be unlocked (it could take some seconds).

Stop Ride

Call the " stopRide" mutation to stop trip and lockl vehicle.

Continue with API references or get your free access token