Integrations can be used to create collections of dashboards and datasets (by associating them to the Integration) and easily embed them. Each dashboard or dataset has its own access rights within this Integration. Next to that, dashboards associated to the Integration can be given a unique slug property to reference when embedding the dashboard using our embed libraries. Integrations can only be created and updated by Organization owners.
An Organization owner can create Integrations. Creating an Integration does not necessarily require parameters but you can provide the Integration with a name or login_provider_url.
npm install @luzmo/nodejs-sdk{
"id": "7d00f28c-64d6-467a-a101-2cc48f8b6f64",
"name": {
"en": "My demo integration"
},
"login_provider_url": null,
"created_at": "2021-07-28T14:40:03.145Z",
"updated_at": "2021-07-22T11:47:55.483Z",
"user_id": "34b22f36-4904-497f-8acf-b0ba1d7e83cb"
}