---
title: "Get journey voucher"
method: GET
path: "/journeys/{journeyId}/voucher"
tags: ["Journeys"]
---

# Get journey voucher

`GET /journeys/{journeyId}/voucher`

Retrieves a PDF voucher for the given journey. If a voucher is not yet available the endpoint will return a status 204. If the voucher is available it will return a status 303 with the Location header pointing to the download location. If the journey is modified a new voucher will be issued - be sure to obtain the new voucher.

## Path parameters

- `journeyId` integer, required

## Headers

- `X-Request-ID` unknown

## Response `200`

OK

---

[API](https://skmtc.dev/transferz/apis/authentication-api.md) · [All operations](https://skmtc.dev/transferz/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/transferz/authentication-api/revisions/73249fb480f2/schema)
