---
title: "Get the promo codes for a promotion"
method: GET
path: "/promotions/{promotion_id}/promocodes"
tags: ["Promotions"]
---

# Get the promo codes for a promotion

`GET /promotions/{promotion_id}/promocodes`

Get the promo codes associated with this promotion.

🔒 Requires: `promotions:read` scope

## Path parameters

- `promotion_id` string, required

## Response `200`

- PromotionPromoCodesResponse
  - `data` object[] — An array of promotion promo codes.
    - `code` string
    - `created_at` string, date-time
    - `created_user_id` string
    - `group_name` string, nullable
    - `id` string
    - `limit` integer
    - `promotion_id` string
    - `redeemed` integer

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
