---
title: "Retrieve list of promotions"
method: GET
path: "/promotions"
tags: ["Promotions"]
---

# Retrieve list of promotions

`GET /promotions`

## Query parameters

- `page` integer
- `per_page` integer
- `country_iso_code` string — Country code in [ISO 3166](https://www.iso.org/iso-3166-country-codes.html) format. Note that the official list can be extended with additional country codes.
- `operator_id` integer — Operator identifier.
- `product_id` integer — Product identifier.

## Headers

- `Accept-Language` string

## Response `200`

successful operation

- Promotion[]
  - `id` integer, required
  - `title` string, required
  - `description` string, required
  - `terms` string, nullable, required
  - `start_date` string, date-time, required
  - `end_date` string, date-time, required
  - `operator` object, required
    - `id` integer, required — Operator identifier.
    - `name` string, required
    - `country` object, required
      - `name` string, required
      - `iso_code` string, required — Country code in [ISO 3166](https://www.iso.org/iso-3166-country-codes.html) format. Note that the official list can be extended with additional country codes.
  - `products` object[], required
    - `id` integer, required
    - `name` string, required
    - `description` string, required
    - `type` 'FIXED_VALUE_RECHARGE' | 'RANGED_VALUE_RECHARGE' | 'FIXED_VALUE_PIN_PURCHASE' | 'RANGED_VALUE_PIN_PURCHASE' | 'RANGED_VALUE_PAYMENT', required

## Other responses

- `default` — default error response

---

[API](https://skmtc.dev/dtone/apis/digital-value-services-api.md) · [All operations](https://skmtc.dev/dtone/apis/digital-value-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dtone/digital-value-services-api/revisions/41b676566ef8/schema)
