---
title: "Is Coupon Redeemable"
method: GET
path: "/coupon/isredeemable"
---

# Is Coupon Redeemable

`GET /coupon/isredeemable`

## Query parameters

- `mobile` string, required
- `email` string
- `id` integer
- `external_id` string
- `card_number` string
- `card_external_id` string
- `code` string, required
- `details` 'true' | 'extended'
- `coupon_code_case` ''

## Response `200`

200

- union
  - object
    - `response` object
      - `status` object
        - `success` string
        - `code` integer
        - `message` string
      - `coupons` object
        - `redeemable` object
          - `mobile` string
          - `code` string
          - `is_redeemable` string
          - `redemptions_left` integer
          - `no_of_redemptions_by_user` integer
          - `coupon_value` string
          - `customer` object
            - `mobile` string
            - `email` unknown
            - `external_id` string
          - `item_status` object
            - `success` string
            - `status` string
            - `code` integer
            - `message` string
  - object
    - `response` object
      - `status` object
        - `success` string
        - `code` integer
        - `message` string
      - `coupons` object
        - `redeemable` object
          - `mobile` string
          - `code` string
          - `is_redeemable` string
          - `redemptions_left` integer
          - `no_of_redemptions_by_user` integer
          - `coupon_value` string
          - `customer` object
            - `mobile` string
            - `email` unknown
            - `external_id` string
          - `item_status` object
            - `success` string
            - `status` string
            - `code` integer
            - `message` string

---

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