Embedding Examples

Navigation

When enabling navigation on your embed iframe, your users can navigate to other dashboards in the project. The dashboards they can navigate to can be limited using security policies (see the Security section of this page for more details).

Iframe request

POST https://api.rilldata.com/v1/orgs/demo/projects/rill-embedding/iframe

Authorization: Bearer <RILL_SERVICE_TOKEN>
Content-Type: application/json

{
  "navigation": true
}

Source: embedding/web/src/app/basics/navigation/page.tsx

Loading...