Download Documents

Get documents thanks to Public Shiptify API

Workflow

Downlaod Documents workflow

Endpoints to use

List of attachments for shipment by identifier.

get

List of attachments for shipment by identifier.

Authorizations
Path parameters
idintegerRequired

Shipment identifier.

Header parameters
X-Account-IDintegerOptional

Account identifier

Responses
200
OK
application/json
get
GET //shipments/{id}/attachments HTTP/1.1
Host: api.shiptify.com
Authorization: YOUR_API_KEY
Accept: */*
[
  {
    "id": 1,
    "name": "unspecified.png",
    "type": "arrival_notice",
    "status": "active"
  }
]

Get link for download attachment.

get
Authorizations
Path parameters
idintegerRequired

Attachment identifier.

Header parameters
X-Account-IDintegerOptional

Account identifier

Responses
200
OK
application/json
Responsestring

link for download attachments

get
GET //attachments/{id}/download HTTP/1.1
Host: api.shiptify.com
Authorization: YOUR_API_KEY
Accept: */*
text

Last updated