providers
Costs
10 units
Scope
providers:read
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 |
|---|---|---|
| lat | Float | The requested latitude |
| lng | Float | The requested longitude |
| vehicleTypes | [VehicleType] | List of vehicle types. List of VehicleType, eg: ["SCOOTER", "BIKE"]. |
| includeDisabled | Boolean | Include providers not currently enabled. (default:false) |
| includeUnauthorized | Boolean | Include providers not currently authorized for your organization. (default:false) |