For the complete documentation index, see llms.txt. This page is also available as Markdown.

Proof of delivery

List attachments

get
/shipments/{shipmentNumber}/attachments

Returns a list of available shipment-related attachment files (photos and/or signature) for the specified shipment only if the shipment belongs to the authenticated client.

🔹Description of control elements:

SCHEMA

Displays the full technical structure of the request or response, including field names, data types, required fields, allowed values, and validation rules.

  • Single line description A description that fits into a single line; any text that does not fit remains hidden.

  • Multiline description An expanded description that displays more than one line of text.

EXAMPLE

Shows a ready-made sample JSON with correctly formatted values to demonstrate how a valid request or response should look.

Authorizations
AuthorizationstringRequired

Authorization JWT-token with a lifetime of 1 hour in header

Path parameters
shipmentNumberstringRequired

Shipment`s numbers.

Example: SHDE2072834273
Responses
200

Metadata structure

application/json
shipmentIdintegerOptional

Internal ID of the shipment.

createdAtstringOptional

Date and time when the file was uploaded. Date in ISO 8601 format.

get
/shipments/{shipmentNumber}/attachments

Download attachment

get
/shipments/{shipmentNumber}/attachments/{fileId}

Returns the stream of the file specified by fileId, if the shipment belongs to the authenticated client.

🔹Description of control elements:

SCHEMA

Displays the full technical structure of the request or response, including field names, data types, required fields, allowed values, and validation rules.

  • Single line description A description that fits into a single line; any text that does not fit remains hidden.

  • Multiline description An expanded description that displays more than one line of text.

EXAMPLE

Shows a ready-made sample JSON with correctly formatted values to demonstrate how a valid request or response should look.

Authorizations
AuthorizationstringRequired

Authorization JWT-token with a lifetime of 1 hour in header

Path parameters
shipmentNumberstringRequired

Shipment`s numbers.

Example: SHDE2072834273
fileIdstringRequired

Unique file identifier.

Example: 60946ff4-8170-415b-ab66-719848ef1da7
Responses
200

A file.

application/pdf
string · binaryOptional
get
/shipments/{shipmentNumber}/attachments/{fileId}

Last updated