---
title: "Get landings templates preview pictures"
method: GET
path: "/api/v1/landing/preview"
tags: ["Landings (Pre-landing/Post-landing)"]
---

# Get landings templates preview pictures

`GET /api/v1/landing/preview`

Get list of landings templates preview pictures from s3 bucket.

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful Response

- PageLandingTemplatePreviewDTO
  - `items` LandingTemplatePreviewDTO[], required
    - `id` string, uuid, required
    - `previewUrl` string, required
    - `gameType` 'WHEEL' | 'SLOTS' | 'AVIATOR' | 'SCRATCH' | 'BOX' | 'STICK' | 'CARD' | 'PLINKO' | 'BALLOON' | 'CHICKEN' | 'CHICKEN2' | 'IPL_SCRATCH' | 'IPL' | 'FIFA'
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, nullable, required
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required
  - `pages` integer, required

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `404` — The requested resource was not found.
- `422` — Validation Error

---

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