---
title: "Gets the voucher label for the specified courier awb number"
method: GET
path: "/api/Label/by-courier/{courierId}/voucher/{awb}"
tags: ["Label"]
---

# Gets the voucher label for the specified courier awb number

`GET /api/Label/by-courier/{courierId}/voucher/{awb}`

## Path parameters

- `courierId` integer, required
- `awb` string, required

## Query parameters

- `type` string
- `format` string
- `orientation` string
- `useFile` boolean
- `skipCache` boolean
- `noReprint` boolean
- `api-version` string, required

## Headers

- `api-version` string

## Response `200`

Returns the label

- InnoshipApiServiceContractLabelLabelResponse
  - `courier` integer
  - `contents` string, nullable
  - `labels` string[], nullable

## Other responses

- `400` — Unable to get the label due to validation errors
- `401` — Unable to authorize request

---

[API](https://skmtc.net/innoship/apis/innoship-api.md) · [All operations](https://skmtc.net/innoship/apis/innoship-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/innoship/innoship-api/versions/1b2409f89319/schema)
