---
title: "Check all applied coupons"
method: GET
path: "/check-coupons"
tags: ["coupons"]
---

# Check all applied coupons

`GET /check-coupons`

Checks all applied coupons to see if they are still valid.

## Response `200`

All coupons are valid.

- CheckCouponsResponse
  - `message` string
  - `response` boolean

## Other responses

- `400` — Some coupons are invalid.
- `404` — No coupons have been applied.

---

[API](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication.md) · [All operations](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cocartapi/cocart-jwt-authentication/revisions/2031b047ca5f/schema)
