- 🐶 Walk through Apidog
- hey couriers
- Web
- Hey Courier
- Auth
- Group Permission
- Webhook Secret Key
- Profile Update
- Common
- Employee
- Package Model
- Assign Package To Driver
- Photo Upload in Assign Package
- Route
- Delivery Rates
- Driver Delivery Rates
- Dashboard API
- Optimize Route List of Package
- Return Report
- Delivery Attempt
- Company
- Delivery Status Manage Model
- Warehouse
- Pickup Point
- Driver Lat-Long Manage
- Company Package Upload
- Package by Company Key
- Driver Support
- Pickup Package
- Wallet
- Pickup Route
- Pickup Package by Webhook
- Wallet Adjustment
- Invoice
- App
- Untitled EndpointGET
- Untitled EndpointGET
- Untitled EndpointPOST
Dashboard Map API
GET
{{base_url}}route/live-delivery-package-list/
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
state
string
required
Example:
1
zone
string
required
Example:
1
route_name
string
required
Example:
Neha 25-09-2024 T 03:26
driver_id
string
required
Example:
1
date
string
required
Example:
26-09-2024
company_id
string
optional
Example:
2
pickup_point_id
string
optional
Example:
14
warehouse_id
string
required
Example:
1
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '{{base_url}}route/live-delivery-package-list/?state=1&zone=1&route_name=Neha 25-09-2024 T 03:26&driver_id=1&date=26-09-2024&warehouse_id=1'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-12-26 13:51:47