Driver

Driver List

This api allows you to list the drivers who has been identified as Operators in our system. The following api and parameters will help you list the drivers according to your filters.

GET https://api.teliver.xyz/v1/users/drivers

Paramters

Parameters

Required

Values

Description

apikey

Yes

The api key is the unique identfier for your respective application. (You can get it from your Dashboard). Always pass this as query parameter.

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.

Driver Detail

This api allows you to get particular driver with the provided driver id.

GET https://api.teliver.xyz/v1/users/driver

Paramters

Parameters

Required

Values

Description

apikey

Yes

The api key is the unique identfier for your respective application. (You can get it from your Dashboard). Always pass this as query parameter.

driver_id

Yes

Driver id that has to be fetched.

Last updated