---
title: "Retrieve promotion by ID"
method: GET
path: "/promotions/{promotion_id}"
tags: ["Promotions"]
---

# Retrieve promotion by ID

`GET /promotions/{promotion_id}`

## Path parameters

- `promotion_id` integer, required — Promotion 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

- `404` — Promotion not found
- `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)
