T
T
Teliver
Search…
T
T
Teliver
Introduction
Overview
Introduction
Mobile SDK
Android
iOS
Web
Tracking
API
Response Codes
Trips
Task
Create Task
Assign Driver
Get Task
Driver
Powered By
GitBook
Assign Driver
This api allows you to assign a driver for your created task and the assigned driver will be notified about this task.
1
POST
https
://
api
.
teliver
.
xyz
/
v1
/
task
/
assign
?
apikey
=
Your_Api_Key
2
3
Request Body
4
{
5
"task_id"
:
"Bl-QVLNkQ"
,
6
"driver_id"
:
"test_driver"
7
}
Copied!
Parameters
Requires
Values
Descriptions
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.
task_id
yes
Task ID of a task
The task id is a key to identify and retrieve a particular task.
driver_id
yes
Driver Id
The driver id is the key to identify a driver.
Previous
Create Task
Next
Get Task
Last modified
2yr ago
Copy link