Start a rental
POST/v1/rental/start
Makes a vehicle accessible to ride. The vehicleId is usually obtained from the user selecting a vehicle on the map (Get vehicles by zone) or scanning the vehicle code (Get vehicle by code). The partner decides what limitations, if any, to place on who can start a ride.
Beginner's mode limits the vehicle to the zone's reduced speed to make it more accessible to new users. It is up to the partner to decide whether the user has reached the minimum number of required rides to start without beginner's mode.
Note: we do not restrict the duration of any rental while it is active.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Successfully return rental data
Bad request
Unauthorized
Not found
Internal server error