---
title: "POST /api/v4.0/integrations/coupons/{code}/burn"
method: POST
path: "/api/v4.0/integrations/coupons/{code}/burn"
---

# POST /api/v4.0/integrations/coupons/{code}/burn

`POST /api/v4.0/integrations/coupons/{code}/burn`

Mark a coupon as used/consumed to prevent further usage.

## Path parameters

- `code` string, required

## Request body

- object
  - `customerId` string, required
  - `email` string
  - `mobile` string
  - `lockReference` string
  - `pin` string

## Response `200`

Coupon burned successfully

- object
  - `success` boolean
  - `burnedAt` string, date-time

## Changes

- **2025-12-17** `262228c13429` — 3 info
  - the endpoint scheme security `apiKey AND secretKey` was added to the API
  - the endpoint scheme security `apiKey` was removed from the API
  - the endpoint scheme security `secretKey` was removed from the API
- **2025-09-30** `788718651767` — 1 info
  - removed the non-success response with the status `400`
- **2025-09-10** `95e7f65e5afd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gameballers/apis/gameball-api/changes/api/v4.0/integrations/coupons/:code/burn/post.md)

---

[API](https://skmtc.dev/gameballers/apis/gameball-api.md) · [All operations](https://skmtc.dev/gameballers/apis/gameball-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gameballers/gameball-api/revisions/d43ca6bdac5a/schema)
