Skip to main content
Fetch all documents
curl --request GET \
  --url https://ymmguxlah4.execute-api.eu-west-1.amazonaws.com/v1/documents
[
  {
    "id": "12345",
    "name": "packing-list-export.pdf",
    "type": "packing_list",
    "ovrsea_shipment_id": "CDEF",
    "link": "https://client.ovrsea.com/documents/packing-list-export.pdf/download",
    "size": 20000,
    "uploaded_at": "2021-10-11"
  }
]

Query Parameters

ovrsea_shipment_id
string
skip
integer
default:0
take
integer
default:10
Required range: x <= 100

Response

Returns all documents.

id
string
Example:

"12345"

name
string
Example:

"packing-list-export.pdf"

type
enum<string>
Available options:
packing_list,
commercial_invoice,
master_bill_of_lading,
house_bill_of_lading,
master_airway_bill,
house_airway_bill,
proof_of_delivery,
dangerous_goods_declaration,
material_safety_data_sheet,
exa,
cmr,
ima,
power_of_attorney_customs_declaration,
power_of_attorney_eur1,
eur1,
entry_summary,
t1,
cargo_manifest,
cargo_screening,
lithium_certificate,
carta_de_plastico,
levante,
ddi,
dde,
pickup_form
ovrsea_shipment_id
string
Example:

"CDEF"

Example:

"https://client.ovrsea.com/documents/packing-list-export.pdf/download"

size
integer
Example:

20000

uploaded_at
string
Example:

"2021-10-11"