Driver
Last updated
Last updated
Parameters | Required | Values | Description |
apikey | Yes |
page | No | default: 1 | Page that has to be fetched. |
limit | No | default: 20 | Sets the number of results limiting. |
position | No | ex: 80.33,13.874 (longitude,latitude) | If provided in format longitude,latitude. The list returns the nearby drivers ordered by distance. |
availability | No | default: (All) , true - Available Drivers, false - Unavailable Drivers | Returns the drivers with given availability status. |
properties.your_key | No | if your key is zipcode and value is 600020 then your query parameter will be "properties.zipcode=600020" | Returns the drivers with the given property value. |
Parameters | Required | Values | Description |
apikey | Yes |
driver_id | Yes | Driver id that has to be fetched. |
The api key is the unique identfier for your respective application. (You can get it from your ). Always pass this as query parameter.
The api key is the unique identfier for your respective application. (You can get it from your ). Always pass this as query parameter.