# 쿠폰함

고객의 보유 쿠폰을 조회하는 기능을 제공합니다.

다음 API를 활용하여 고객은 기간 내의 사용가능쿠폰, 사용완료 쿠폰을 확인할 수 있습니다.

***

{% hint style="info" %}
고객이 보유한 쿠폰을 조회하여 지정한 기간 내의 사용 가능 쿠폰과 사용 완료된 쿠폰을 확인할 수 있습니다.
{% endhint %}

## &#x20;쿠폰함 조회

마이페이지 전체 메뉴에서 쿠폰함을 클릭하면 쿠폰함 페이지로 이동합니다.

쿠폰함은 사용 기간 내의 사용가능쿠폰과 사용완료 쿠폰을 조회합니다.

<p align="center"><img src="https://tech.x2bee.com/download/attachments/271647450/Fo%20%ED%99%9C%EC%9A%A9%ED%95%98%EA%B8%B0-%20%EB%A7%88%EC%9D%B4%ED%8E%98%EC%9D%B4%EC%A7%80-%20%EC%BF%A0%ED%8F%B0%ED%95%A8.drawio.png" alt=""></p>

### 1. 쿠폰함 조회 <a href="#id-1" id="id-1"></a>

* **쿠폰함 조회 (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=member\&depth=%EB%A7%88%EC%9D%BC%EB%A6%AC%EC%A7%80\&path=getCpnIssuList))\
  쿠폰 정보를 조회합니다. 최근 받은 순 / 마감 임박순으로 정렬 조회할 수 있습니다.

  쿠폰 더보기 클릭 시에 동일한 API를 사용하여 페이징 처리된 쿠폰함 목록을 추가 로드합니다.

```
GET /v1/marketing/cpnIssuList 
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tech.x2bee.com/api-guide/store-front-api/undefined-4/undefined-11.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
