Endpoint
Authentication
All requests must include a valid JWT Bearer token in theAuthorization header.
Query Parameters
string
required
The UUID of the manifest to retrieve. This is the
manifest_id returned by Create Manifest or Manage Manifests.Example Request
Response
200 — Success
The response is structured into three top-level sections underdata: info (manifest metadata), packages (the full package list), and stats (aggregate totals and per-courier breakdowns).
Response Fields
object
Manifest-level metadata.
array
Array of package objects linked to this manifest.
object
Aggregate statistics computed across all linked packages.