Retrieve proof of delivery photos associated to an order
A GET request to the /photos endpoint with photoUuidin 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://api.plan.routific.com/v2/orders//photos/
Request Payload
//none
Response Payload
//Response headers
Content-Type: image/jpeg
Content-Length: 15432
//Response body
<hexadecimal representation of jpeg image>

