Proof Photo
Get proof photos of an delivery.
Proof photos are indicates that the package is delivered successfully.
Get Proof Photos
GET https://api.berymo.com/api/schedule/v1/deliveries/:uuid/proof-photos
Path Parameters
Name
Type
Description
uuid
string
ID of an delivery
{
"delivery_photos": [
{
"id": 1,
"file_name": "Icon-121.png",
"file_path": "5f4f4b10cb259592854503.png",
"created_at": "2020-09-02T07:34:40+00:00"
}
]
}file_path is the main path of an image. You need to merge base url with file_path to show the image.
Base URL:
Last updated
Was this helpful?