Endpoint
Authentication
All requests must include a valid JWT Bearer token in theAuthorization header.
Query Parameters
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
Manifest-level metadata.
Array of package objects linked to this manifest.
Aggregate statistics computed across all linked packages.
Error Responses
| HTTP Code | Cause |
|---|---|
400 | id query parameter is missing |
401 | Missing or invalid JWT token |
404 | No manifest found for the given id |