- 🐶 Walk through Apidog
- hey couriers
- Web
- Hey Courier
- Auth
- Group Permission
- Webhook Secret Key
- Profile Update
- Common
- Employee
- Package Model
- Archive
- Package CSV DownloadPATCH
- Create Package by CompanyPOST
- Area by PostcodeGET
- Get Package by IDPOST
- Update Package by CompanyPATCH
- GetGET
- Get PriceGET
- CreatePOST
- RetrieveGET
- UpdatePATCH
- DeleteDELETE
- Bulk UploadPOST
- Excel Upload POST
- Status ChangePATCH
- Multiple Zone FilterPATCH
- Package by Driver and UnassignPATCH
- 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
Get
GET
{{base_url}}package-model/
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
search
string
optional
Example:
TRACK
ordering
string
optional
Example:
-total_value
status
string
optional
Example:
Out For Delivery
created_date
string
optional
Example:
02-09-2024
zone
string
optional
Example:
2
suburb
string
optional
Example:
2
state
string
optional
Example:
1
driver_id
string
optional
Example:
3
is_scanned
string
optional
Example:
true
weight
string
optional
Example:
442
assign_to
string
optional
Example:
unassigned
pagesize
string
optional
Example:
20
unrouted
string
optional
Example:
True
company_id
string
optional
Example:
12
pickup_point_id
string
optional
Example:
13
warehouse_id
string
optional
Example:
1
Header Params
X-Webhook-Secret
string
optional
Example:
rapF41wMHwkvc8UmPYL0gkO9emBpaaIW
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}}package-model/?search=TRACK&ordering=-total_value&status=Out For Delivery&created_date=02-09-2024&zone=2&suburb=2&state=1&driver_id=3&is_scanned=true&weight=442&assign_to=unassigned&pagesize=20&unrouted=True&company_id=12&pickup_point_id=13&warehouse_id=1' \
--header 'X-Webhook-Secret: rapF41wMHwkvc8UmPYL0gkO9emBpaaIW'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-06-23 07:58:47