- 🐶 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
- Hey Courier
- App
- Mobile App
- Login/ Logout
- Profile
- History
- Assign Route
- Package Delivered
- Failed Delivery
- Dashboard
- Scan API
- Scan Package and Assign ZonePOST
- Inbound Scan(Scan by Driver)POST
- Reset Scanned Parcel by DriverPOST
- Scan by Super AdminPOST
- Scan Input / No ParcelPOST
- Scan and DeliverdPOST
- Package Delivered by Tracking NoPOST
- Scan By SupervisorPOST
- Supervisor Scan Package ListGET
- Remaining Packages ListGET
- Scanned Packages ListGET
- Pickup Point QR Scan
- Route status change
- Scan Return Parcel
- Login Driver Pickup Driver PackageGET
- Package By Current DateGET
- Untitled EndpointGET
- Untitled EndpointGET
- Untitled EndpointPOST
Supervisor Scan Package List
GET
https://app.services.heycouriers.com.au/scan-package-api/supervisor-scan-package-list/
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
created_date
string
optional
Example:
28-10-2024
Body Params multipart/form-data
object {0}
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 --request GET 'https://app.services.heycouriers.com.au/scan-package-api/supervisor-scan-package-list/'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-05-22 10:24:56