---
title: "GET /forms/{slug_or_id}/coupons"
method: GET
path: "/forms/{slug_or_id}/coupons"
tags: ["Coupons"]
---

# GET /forms/{slug_or_id}/coupons

`GET /forms/{slug_or_id}/coupons`

This endpoint returns a list of coupons for a form that are accessible by the authorized user.
This feature is available as part of the [Standard API](https://paperform.co/pricing/).

## Path parameters

- `slug_or_id` string, required

## Response `200`

Successfully returned a list of coupons for a form

- object
  - `status` 'ok'
  - `results` object
    - `coupons` CouponWithCode[]
      - `code` string — The coupon code.
      - `enabled` boolean — Whether the coupon is enabled or not.
      - `target` 'price' | 'subscription' — The target of the coupon.
      - `discountAmount` number — The discount as an amount.
      - `discountPercentage` number — The discount as a percentage.
      - `expiresAt` string, date-time, nullable — The date and time when the coupon expires.

## Other responses

- `400` — Invalid Request
- `401` — Unauthorized
- `403` — Not Permitted
- `404` — Not Found
- `429` — Too Many Requests
- `5XX` — Unexpected Error

---

[API](https://skmtc.net/paperform/apis/paperform-api.md) · [All operations](https://skmtc.net/paperform/apis/paperform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paperform/paperform-api/versions/dc1e62b7063d/schema)
