---
title: "Get all banners"
method: GET
path: "/banner"
tags: ["banners"]
---

# Get all banners

`GET /banner`

Retrieve all banners

## Response `200`

Banners retrieved successfully

- BannerResponseDto[]
  - `id` number, required — Banner ID
  - `bannerImageUrl` string, required — Banner image URL
  - `bannerUrl` string — Landing page URL
  - `status` 'ACTIVE' | 'DEACTIVE' | 'PENDING_APPROVE', required — Banner status
  - `order_id` string, required — Display order
  - `start_date` string, date-time — Start date
  - `end_date` string, date-time — End date
  - `languageType` 'BM' | 'EN', required — Language type

---

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