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

# GET /users/{userId}/coupons

`GET /users/{userId}/coupons`

## Path parameters

- `userId` integer, required

## Query parameters

- `includeInactive` boolean, nullable

## Response `200`

getCustomerCoupons 200 response

- UserCoupon[]
  - `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)
