---
title: "List vouchers"
method: GET
path: "/v1/vouchers"
tags: ["Vouchers"]
---

# List vouchers

`GET /v1/vouchers`

Returns a list of paginated vouchers

## Query parameters

- `limit` string
- `expiry_date` integer
- `expiry_date.gt` integer
- `expiry_date.gte` integer
- `expiry_date.lt` integer
- `expiry_date.lte` integer
- `created_at` integer
- `created_at.gt` integer
- `created_at.gte` integer
- `created_at.lt` integer
- `created_at.lte` integer

## Response `200`

Successfully returned the list of vouchers

- object
  - `data` 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
  - `links` object
    - `next` string, nullable
    - `previous` string, nullable

---

[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)
