---
title: "Get landing"
method: GET
path: "/api/v1/landing/info/{landing_id}"
tags: ["Landings (Pre-landing/Post-landing)"]
---

# Get landing

`GET /api/v1/landing/info/{landing_id}`

Get landing info by id

## Path parameters

- `landing_id` string, uuid, required

## Query parameters

- `language` string, nullable

## Response `200`

Successful Response

- FullLandingDTO
  - `name` string, required
  - `templateId` string, uuid, nullable — ID of the associated template.
  - `data` object, required
  - `defaultLanguage` string — Default language code (e.g., 'en', 'es', 'fr', 'en-US')
  - `comment` string, nullable
  - `id` string, uuid, required — Unique identifier for the landing page.
  - `translations` string[], nullable, required
  - `owner` OwnerDTO
    - `ownerCompanyUserId` string, uuid, nullable
    - `email` string, email, required
    - `logoUrl` string, nullable

## 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)
