---
title: "Get list of wishlist items"
method: GET
path: "/kkid/wishlist"
tags: ["KKid"]
---

# Get list of wishlist items

`GET /kkid/wishlist`

## Query parameters

- `kidUserId` integer

## Response `200`

search results matching criteria

- Wishlist — Allowance
  - `success` boolean
  - `wish` Wish[]
    - `id` integer
    - `user_id` integer
    - `master_id` integer
    - `title` string
    - `description` string
    - `priority` integer
    - `link` string

---

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