---
title: "Get a single voucher"
method: GET
path: "/v1/vouchers/{voucher_id}"
tags: ["Vouchers"]
---

# Get a single voucher

`GET /v1/vouchers/{voucher_id}`

Returns existing voucher by ID

## Path parameters

- `voucher_id` string, required

## Response `200`

Successfully returned the voucher

- Voucher
  - `object` string
  - `id` string — A unique identifier for the voucher
  - `available_codes` integer — The number of unused voucher codes belonging to the voucher
  - `event_series_ids` string[] — List of event series IDs
  - `expiry` object, nullable — Voucher's expiry date
    - `date` string — ISO-8601 date for the start of the event
    - `formatted` string — A formatted date string for the start of the event
    - `iso` string — ISO-8601 date and time for the start of the event
    - `time` string — Time for the start of the event
    - `timezone` string — Timezone offset for the start of the event
    - `unix` integer — Unix timestamp for the start of the event
  - `name` string — A descriptive name given to the voucher
  - `partial_redemption` 'true' | 'false' — Indicates whether voucher can be partially redeemed
  - `total_codes` integer — Total number of voucher codes belonging to the voucher
  - `usable_on_any_event` 'true' | 'false', nullable — Indicates whether voucher can be used on any event
  - `type` 'PROMO' | 'GIFT_CARD' — Type of voucher
  - `value` integer — The integer value in cents given to the voucher

## Other responses

- `default` — Error schema

---

[API](https://skmtc.net/tickettailor/apis/ticket-tailor-api.md) · [All operations](https://skmtc.net/tickettailor/apis/ticket-tailor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tickettailor/ticket-tailor-api/revisions/7b222e8ec91c/schema)
