---
title: "List promotions for a rewards program"
method: GET
path: "/rewards_programs/{id}/promotions"
tags: ["Promotions"]
---

# List promotions for a rewards program

`GET /rewards_programs/{id}/promotions`

## Path parameters

- `id` string, required

## Response `200`

A dictionary with a `promotions` property which is an array of `Promotion` objects

- object
  - `promotions` Promotion[], required — An array of promotions
    - `id` string, required — The ID of the promotion
    - `name` string, required — Name of the promotion
    - `start_time` string, required — Start time of the promotion
    - `end_time` string, required — End time of the promotion
    - `points_multiplier` integer, required — Multiplier applied to earned points
    - `description` string, required — Description of the promotion
    - `image_url` string, nullable, required — URL of the promotion image

---

[API](https://skmtc.dev/pocketflows/apis/pocketflows-api.md) · [All operations](https://skmtc.dev/pocketflows/apis/pocketflows-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pocketflows/pocketflows-api/revisions/26723490b96f/schema)
