---
title: "Get the shipping label for a parcel."
method: GET
path: "/v1/parcels/{parcel_id}/label"
tags: ["parcels"]
---

# Get the shipping label for a parcel.

`GET /v1/parcels/{parcel_id}/label`

Returns the shipping label for the specified parcel as a PDF. This label is scanned by the driver during pickup and delivery operations.

## Path parameters

- `parcel_id` string, uuid, required

## Response `200`

Returns the parcel label as a PDF file.

## Other responses

- `401` — Unauthorized. Missing or invalid authentication token.
- `403` — This parcel does not belong to your account.
- `404` — No parcel found with the given ID.

---

[API](https://skmtc.dev/cabify/apis/ride-hailing-api.md) · [All operations](https://skmtc.dev/cabify/apis/ride-hailing-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cabify/ride-hailing-api/revisions/8da1cb1270df/schema)
