---
title: "Get list of promotions"
method: GET
path: "/promos"
tags: ["Zendit"]
---

# Get list of promotions

`GET /promos`

## Query parameters

- `_limit` integer, required
- `_offset` integer, required
- `brand` string
- `country` string
- `language` string
- `region` 'Africa' | 'Asia' | 'Caribbean' | 'Central America' | 'Eastern Europe' | 'Global' | 'Middle East and North Africa' | 'North America' | 'Oceania' | 'South America' | 'South Asia' | 'Southeast Asia' | 'Western Europe'
- `status` 'active' | 'expired' | 'pending'

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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