---
title: "List all gift cards of a guest"
method: GET
path: "/v1/guests/{guest_id}/gift_cards"
---

# List all gift cards of a guest

`GET /v1/guests/{guest_id}/gift_cards`

Provide unique identifier of the guest as `guest_id` and this api will retrieve the gift cards history of the respective guest.

## Path parameters

- `guest_id` string, required

## Response `200`

200

- object
  - `gift_cards` object[]
    - `id` string
    - `code` string
    - `type` integer
    - `sale_date` string
    - `expiry_date` string
    - `price` integer
    - `value` integer
    - `balance` integer
    - `tips` integer
    - `notes` string
    - `source` integer
    - `is_closed` boolean
    - `is_one_time_use` boolean
    - `is_received` boolean
    - `occassion` unknown
    - `gifted_by` unknown
    - `benefits` unknown
    - `invoice` object
      - `id` string
      - `source` integer
      - `status` string
      - `invoice_number` string
      - `receipt_number` string
    - `center` object
      - `id` string
      - `name` string
  - `page_info` object
    - `total` integer
    - `page` integer
    - `size` integer

## Other responses

- `400` — 400

---

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