v7
latestOpenAPI 3.0.22026-08-08114248430.1 KBmini-apps
Get the public mini-app 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.
get/mini-apps/marketing-projection
Response
Mini-app marketing projection retrieved successfully
Example response
[
{
"is_marketing": true,
"website": {
"key": ""
},
"deployment_time": "2000-01-23T04:56:07+00:00",
"archived_at": "2000-01-23T04:56:07+00:00",
"deployment_url": "https://openapi-generator.tech",
"deployment_commit": "deployment_commit",
"icon": "icon",
"description": "description",
"label": "label",
"cover": "cover",
"embed": "iframe",
"slug": "slug",
"card": "card"
}
]