Download Documents
Get documents thanks to Public Shiptify API
Workflow

Endpoints to use
List of attachments for shipment by identifier.
Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired
Shipment identifier.
Header parameters
X-Account-IDintegerOptional
Account identifier
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found Error
application/json
500
Internal Error
application/json
get
/shipments/{id}/attachmentsAuthorizations
AuthorizationstringRequired
Path parameters
idintegerRequired
Attachment identifier.
Header parameters
X-Account-IDintegerOptional
Account identifier
Responses
200
OK
application/json
Responsestring
link for download attachments
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found Error
application/json
500
Internal Error
application/json
get
/attachments/{id}/downloadLast updated