v106

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-03812347972.4 KB
app

get app embed token by secret

get/w/{workspace}/apps_u/embed_token/{secret}

Path parameters

workspacestring required
secretstring required

Response

embed token

tokenstring nullable

Narrowly-scoped embed token for the iframe. Absent for fully anonymous or raw apps, which load without a scoped token.

expirationstring date-time nullable

Expiration of the embed token.

raw_appboolean required

Raw apps render single-iframe and skip the opaque-viewer indirection and the embed token entirely.

sandboxboolean required

Publisher opted this app into sandbox isolation. When false the viewer runs the app same-origin with its full session.

app_pathstring nullable

The resolved app path; the embedder uses it to scope the app's backing localStorage per app.

workspace_idstring nullable

The resolved workspace; pairs with app_path so apps at the same path in different workspaces don't share a localStorage store.