Skip to main content
Version: 202601

List app embeds

GET 

/openapi/2026-01/themes/apps

List the embed cards (app embeds) provided by the store's installed apps, plus injected script tags.

Request

Query Parameters

    limit int32

    Max number of app-embed blocks to return, default no cap. Does not affect script_tag_apps

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    app_embedsobject[]

    App-embed blocks provided by the store's installed apps; each item is a free-form JSON object

    script_tag_apps object[]

    Script tags grouped by app

  • Array [
  • app_info object

    App metadata

    idint64

    App internal ID

    iconstring

    App icon URL

    uidstring

    App UID (client ID)

    namestring

    App name (internal)

    titlestring

    App display title

    linkstring

    App entry link (relative path)

    subtitlestring

    App subtitle / short description

    installed_atstring

    App installation time (RFC3339)

    script_tags object[]

    Script tags owned by this app

  • Array [
  • idstring

    Script tag UUID

    namestring

    Script tag name

    app_idstring

    Application ID that owns this script tag

    sourcestring

    Source: custom (merchant-defined) or public (operations platform)

    devicestring

    Target device: all, mobile, pc

    display_scopestring

    Display scope (which pages)

    event_typestring

    Script event type

    srcstring

    Script content or URL

    statusstring

    Status: open (active) or close (inactive)

    positionstring

    JS loading position

    store_idstring

    Store ID owning the script tag

    store_domainstring

    Target store domain (empty = all stores)

    event_periodstring

    Effective period, e.g. permanent

    envstring

    Environment, e.g. staging / production

    exclude_idsstring

    Excluded page IDs

    weightstring

    Weight for ordering (string form)

    started_atstring

    Start time, unix seconds string (0 = none)

    ended_atstring

    End time, unix seconds string (0 = none)

    created_atstring

    Created time

    updated_atstring

    Updated time

  • ]
  • ]