Retrieve proof of delivery photos associated to an order
A GET request to the /photos
endpoint with photoUuid
in the request url allows you to download a proof of delivery image for the associated order.
You can get the photoUuid
by first fetching an order.
Request URL
get https://planning-service.beta.routific.com/v1/orders//photos/
Request Payload
//none
Response Payload
//Response headers
Content-Type: image/jpeg
Content-Length: 15432
//Response body
<hexadecimal representation of jpeg image>