---
title: "Get the public mini-app marketing projection"
method: GET
path: "/mini-apps/marketing-projection"
tags: ["mini-apps"]
---

# Get the public mini-app marketing projection

`GET /mini-apps/marketing-projection`

Returns the public-safe mini-app metadata used to build marketing pages. The response includes only active marketing entries that have website metadata and can be published unchanged as the marketing registry.

## Response `200`

Mini-app marketing projection retrieved successfully

- MiniAppMarketingProjectionEntry[] — Public-safe active mini-app entries selected for marketing pages.
  - `slug` string, required — Unique, stable, URL-safe mini-app identifier.
  - `label` string, required — Human-readable mini-app name.
  - `description` string, nullable — Short description of what the mini-app does.
  - `embed` 'iframe' | 'mfe', required — How the mini-app is embedded.
  - `icon` string, nullable — Public URL for the mini-app icon.
  - `cover` string, nullable — Public URL for the mini-app cover image.
  - `card` string, nullable — Public URL for the mini-app card image.
  - `website` object, required — Structured metadata used to build the mini-app marketing page.
  - `archived_at` string, date-time, nullable — Archive timestamp; active projection entries omit this field.
  - `is_marketing` boolean, required — Whether the entry is selected for public marketing pages.
  - `deployment_url` string, uri, nullable — Public URL where the deployed mini-app is served.
  - `deployment_commit` string, nullable — Source commit hash of the deployed build.
  - `deployment_time` string, date-time, nullable — When the deployment that produced this build completed.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `503` — Service unavailable

---

[API](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0.md) · [All operations](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ideogram/ideogram-openapi-3-0/revisions/bd40f367a834/schema)
