---
title: "POST /users/{userId}/coupons"
method: POST
path: "/users/{userId}/coupons"
---

# POST /users/{userId}/coupons

`POST /users/{userId}/coupons`

## Path parameters

- `userId` integer, required

## Request body

- object
  - `code` string, required

## Response `200`

addCustomerCoupon 200 response

- UserCoupon — A customer-specific instance of a Coupon with usage information.
  - `id` integer, required
  - `userId` integer, required
  - `timesUsed` integer, required
  - `coupon` Coupon, required

---

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