---
title: "List published home screen banners"
method: GET
path: "/v1/banners"
tags: ["Banners"]
---

# List published home screen banners

`GET /v1/banners`

## Response `200`

- BannersResponseDto
  - `items` BannerDto[], required
    - `id` string, required
    - `slug` string, required
    - `targetRoute` string, required — Internal web-app route the banner links to.
    - `altText` string, nullable
    - `isExplicit` boolean, required
    - `images` BannerImagesDto, required
      - `desktop` string, required — Full CDN URL of the desktop image.
      - `tablet` string, required — Full CDN URL of the tablet image.
      - `mobile` string, required — Full CDN URL of the mobile image.

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
