Get Manifest Document

This operation retrieves the USPS 3877 manifest document by manifest ID.

SecuritybearerAuth
Request
path Parameters
manifestId
required
string

The unique ID of the manifest to retrieve.

query Parameters
docType
required
string

The type of document to retrieve. For this endpoint, set to 'form3877'.

Example: docType=form3877
Responses
201

Manifest document status has been retrived successfully.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

get/api/v1/manifest/{manifestId}/document
Request samples
Response samples
application/json
{
  • "manifestId": "ashdguyqsu12",
  • "status": "Completed",
  • "error": "Tracking numbers not available for specified date."
}