providers

Get available providers according to the location. If you do not provider any locations, all implented providers will be return.

providers ( lat: Float , lng: Float , vehicleTypes: [VehicleType] , includeDisabled: Boolean , includeUnauthorized: Boolean ) : [Provider]
Fields
Name
Type
Description
latFloatThe requested latitude
lngFloatThe requested longitude
vehicleTypes[VehicleType]List of vehicle types. List of VehicleType, eg: ["SCOOTER", "BIKE"].
includeDisabledBooleanInclude providers not currently enabled. (default:false)
includeUnauthorizedBooleanInclude providers not currently authorized for your organization. (default:false)