---
title: "선물 정보 조회"
method: GET
path: "/api/v1/wallet/gift/{giftCd}"
tags: ["Wallet"]
---

# 선물 정보 조회

`GET /api/v1/wallet/gift/{giftCd}`

## Path parameters

- `giftCd` string, required

## Response `200`

OK

- WinclResponseDataGiftDetail
  - `code` string
  - `data` GiftDetail
    - `amt` number
    - `email` string
    - `id_login` string
    - `nickname` string
    - `nm_prod` string
    - `nm_proj` string
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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