SRS Integration Partner Services
HomeV1 APIsV2 APIs
HomeV1 APIsV2 APIs
  1. Orders
  • Authentication
    • Token
      POST
  • Orders
    • Delivery Details
      GET
    • Deliveries list
      POST
    • Proof of Delivery
      GET
    • Order Details
      GET
    • Order list
      POST
    • Submit Order
      POST
  • Invoices
    • Invoice Details
      GET
    • Invoices List
      POST
    • Invoice PDF
      GET
  • Customers
    • Customer Details
      GET
    • Validate Customer
      GET
    • Nearest Eligible Branch
      GET
    • Ship to Address
      GET
    • Order Templates
      GET
  • Products
    • Pricing
      POST
  • Branches
    • Branch Details
      GET
    • Branch Active Items
      GET
  1. Orders

Proof of Delivery

GET
/deliveries/{orderNumber}/ProofOfDelivery
Proof of order delivery and other shipment information. retrieve delivery images for given order id as PDF document

Request

Path Params

Header Params

Request Code 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://services-qa.roofhub.pro/deliveries/20731732/ProofOfDelivery' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/pdf'

Responses

🟢200Proof of Delivery - Stage
application/pdf
Body

Modified at 2025-09-25 13:06:14
Previous
Deliveries list
Next
Order Details
Built with