---
title: "GET /api/v1.0/vouchers/{appId}/customer/{customerId}"
method: GET
path: "/api/v1.0/vouchers/{appId}/customer/{customerId}"
tags: ["Vouchers"]
---

# GET /api/v1.0/vouchers/{appId}/customer/{customerId}

`GET /api/v1.0/vouchers/{appId}/customer/{customerId}`

## Path parameters

- `appId` string, required
- `customerId` integer, required

## Response `200`

OK

- RestApiArrayResultVoucherSummary — Rest api array result
  - `Data` VoucherSummary[], required — Generic data object.
    - `VoucherId` integer — Voucher Id
    - `Code` string — Voucher Code
    - `Status` 'Valid' | 'NotYetValid' | 'Expired' | 'Used' | 'Disabled' — Voucher Status
    - `VoucherType` 'PercentageDiscount' | 'LumpDiscount' | 'AddItem' | 'CreditNote' | 'FreeDelivery' — Voucher Type
    - `VoucherSubType` 'None' | 'SignUp' | 'Loyalty' | 'Loyalty25' | 'Retention' | 'SecondaryRetention' | 'Custom' — Voucher Sub Type
    - `Description` string — Voucher Description (Visible on printout)
    - `IsEnabled` boolean — Is voucher enabled
    - `StoreNames` string[] — Store names associated with this voucher
    - `IsAvailableOnAllStores` boolean — True if the voucher is available on all active stores in the app

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — NotFound

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/revisions/a72c0465da74/schema)
