Get documents thanks to Public Shiptify API
Last updated 1 year ago
List of attachments for shipment by identifier.
Shipment identifier.
Account identifier
Attachment
GET //shipments/{id}/attachments HTTP/1.1 Host: api.shiptify.com Authorization: YOUR_API_KEY Accept: */*
OK
[ { "id": 1, "name": "unspecified.png", "type": "arrival_notice", "status": "active" } ]
Attachment identifier.
link for download attachments
GET //attachments/{id}/download HTTP/1.1 Host: api.shiptify.com Authorization: YOUR_API_KEY Accept: */*
text