---
title: "POST /coupons/validate"
method: POST
path: "/coupons/validate"
tags: ["CouponValidation"]
---

# POST /coupons/validate

`POST /coupons/validate`

## Request body

- ValidateCouponRequest
  - `code` string, required
  - `subtotal_minor` integer, nullable
  - `event_type` string, nullable
  - `package_ids` string[], nullable

## Response `200`

- object
  - `object` 'coupon_validation', required
  - `code` string, required
  - `valid` string, required
  - `discount_type` string, nullable, required
  - `discount_value` string, nullable, required
  - `discount_amount` object, required
    - `amount` integer, required
    - `currency` 'GBP', required
  - `reason` string, required

## Other responses

- `422` — Validation error

---

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