Hey Couriers
  1. APIs for Archive Packages
Hey Couriers
  • Hey Couriers API Documentation
  • Hey Courier
    • APIs for Packages
      • APIs for Archive Packages
        • Restore The Package
          POST
        • Archive The Package
          POST
        • Get The Archived Package List
          GET
      • Get The Package List
        GET
      • Create Package
        POST
      • Retrieve Particular Package
        GET
      • Bulk Package Upload Using Excel
        POST
      • Bulk Package Upload Using CSV
        POST
      • Download CSV Of Selected Packages
        PATCH
      • Download CSV Of Company Packages of Given Status
        PATCH
      • Get The POD Report of Package
        GET
      • Update Package
        PATCH
    • APIs for Pickup Point
      • Archive
        • Get Archived Pickup Point Manager
        • Archive The Pickup Point Manager
        • Restore The Pick Point Manager
      • Get Pickup Point Manager List
      • Download QR Code of Pickup Point Manager
      • Retrieve Particular Pickup Point Manager Detail
      • Update The Pickup Point Manager
      • Status Change Of Pickup Point Manager
      • Create Pickup Point Manager
    • Company Pickup Package
      • Company Pickup Package Bulk Upload
      • Company Pickup Package Excel Upload
      • Company Pickup Package Create
      • Company Pickup Package Update
      • Login Company Pickup Package List
  • Package Tracking (To Track Package)
    GET
  1. APIs for Archive Packages

Restore The Package

POST
/package-model/restore-package-model/
To restore the packages from archive

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params
X-WebHook-Secret
string 
optional
API Key To Access this API
Example:
r3WExcdfdfwe
Body Params application/json
deleted
array[integer]
required
Example
{
    "deleted": [
        17
    ]
}

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 POST 'https://app.services.heycouriers.com.au/package-model/restore-package-model/' \
--header 'X-WebHook-Secret: r3WExcdfdfwe' \
--header 'Content-Type: application/json' \
--data-raw '{
    "deleted": [
        17
    ]
}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Previous
Hey Couriers API Documentation
Next
Archive The Package
Built with