---
title: "Resend Coupon"
method: GET
path: "/coupon/resend"
---

# Resend Coupon

`GET /coupon/resend`

## Query parameters

- `mobile` string
- `email` string
- `external_id` string
- `id` string
- `card_number` string
- `card_external_id` string
- `code` string, required

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` string
      - `code` string
      - `message` string
    - `coupons` object
      - `coupon` object[]
        - `id` string
        - `code` string
        - `item_status` object
          - `success` string
          - `code` string
          - `message` string

## Other responses

- `400` — 400

---

[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)
