latestOpenAPI 3.0.0Proprietary2026-08-22131410675.6 KB

8d8a7cf79204

documents

Send label documents

Transmit all uploaded documents for a label to the carrier. Documents must be uploaded to their upload target before they can be sent.

post/v1/labels/{label_id}/documents/send

Response

The documents were sent to the carrier.

sent_countinteger

The number of documents that were sent to the carrier.

document_idsstring[]

The identifiers of the documents that were sent.

Example response

{
  "sent_count": 2
}