---
title: "Get User Coupons"
method: GET
path: "/user_coupons"
tags: ["UserCoupons"]
---

# Get User Coupons

`GET /user_coupons`

Get user coupons<br>獲取已領取的列表

## Query parameters

- `promotion_id` string, required

## Response `200`

Success

- UserCoupons
  - `pagination` Paginatable
    - `current_page` integer — The current page number<br>當前分頁
    - `per_page` integer — Number of result per page<br>每頁顯示 n 筆資料<br>(Default: 24)
    - `total_count` integer — Number of result in total<br>資料總量
    - `total_pages` integer — Number of pages in total<br>總頁數量
  - `items` UserCoupon[]
    - `id` string — User Coupon ID
    - `user_id` string — User ID<br>使用者 ID

---

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