Loading editor...
reference · Updated 2026-03-04
Bind a collection to a remote endpoint with handlebars templating.
# API Binding Point a collection at any HTTPS endpoint that returns JSON. ## URL templating Use `{{contextValue}}` for editor context and `{pathVariable}` for URL path segments. Both are resolved at runtime. ## Data path If your response wraps the array (e.g. `{ data: { items: [...] } }`), set **Data Path** to `data.items` so the editor unwraps it. ## Preview Click **Preview API Structure** to fetch and inspect the first three items.