design.previewUrl.get

Signed preview link: ?hash= freezes a snapshot, ?workspace= follows that workspace's current draft (the dev-loop link).

Machine-readable body schema: /schemas/routes/design.previewUrl.get.json.

Body

No request body.

Query

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "hash": {
      "type": "string",
      "pattern": "^[a-f0-9]{16}$"
    },
    "workspace": {
      "type": "string",
      "pattern": "^(main|ws_[0-9A-HJKMNP-TV-Z]{26})$"
    }
  }
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/design.previewUrl.get.md