Get LINE coupon redemption stats
line_get_coupon_statsRetrieve LINE coupon stats by coupon ID. Optionally pass a click audience ID to estimate clickthroughs; note that this approximates clicks, not actual redemptions.
Instructions
Read available stats for a LINE coupon. LINE has no dedicated redemption endpoint, so this combines signals: raw coupon detail (some accounts include usage inline) plus, if you pass click_audience_id, the click-audience size as a clickthrough proxy. coupon_id comes from line_manage_coupon. Caveat (surfaced in notes): click-audience size approximates clickthroughs, NOT actual redemptions — for real counts build the coupon Flex with a postback action and listen via webhook.
Returns { coupon_id, raw, click_audience?, estimated_redemptions?, notes[] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oa | No | ||
| coupon_id | Yes | ||
| response_format | No | markdown | |
| click_audience_id | No | Optional — if you created a click audience from the coupon broadcast, pass its id to enrich the stats with click-through count. |