Skip to main content
The Get Manifest endpoint returns a complete snapshot of a flight manifest: its metadata (AWB number, flight date, current status), every package linked to it, and pre-computed aggregate statistics broken down by weight and courier. This single call is designed to power both the manifest detail view and the pre-flight package checklist.

Endpoint

Authentication

All requests must include a valid JWT Bearer token in the Authorization 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 under data: 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.

Error Responses