# Tracking Availability Checks if parcel is in delivery and real time tracking is available Endpoint: GET /api/v2/external/parcel/{parcelIdentifier}/availability Version: 2.0.0 Security: bearerToken ## Path parameters: - `parcelIdentifier` (string, required) Parcel number or tracking id Example: "10362781851" ## Response 401 fields (application/json): - `message` (string, required) Example: "Unauthorized" ## Response 404 fields (application/json): - `id` (string, required) Example: "PARCEL-404" - `reason` (string) Example: "The provided trackingId cannot be found." - `payload` (string) ## Response default fields (application/json): - `id` (string, required) Example: "PARCEL-404" - `reason` (string) Example: "The provided trackingId cannot be found." - `payload` (string) ## Response 200 fields