diff --git a/CustomCSSInjection/index.html b/CustomCSSInjection/index.html
index aefb4a4..ffa4736 100644
--- a/CustomCSSInjection/index.html
+++ b/CustomCSSInjection/index.html
@@ -46,7 +46,7 @@
`;
window['configObject'] = {
- api_key: 'DOCUMENTATION_DEMO_API_KEY',
+ api_key: '8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO',
domain: 'https://sandbox.qrveyapp.com',
page_id: 'MIiDVNmXN',
app_id: 'H2UuWJeIp',
diff --git a/CustomChartBuilder/js/backend.js b/CustomChartBuilder/js/backend.js
index aa2d075..38f19af 100644
--- a/CustomChartBuilder/js/backend.js
+++ b/CustomChartBuilder/js/backend.js
@@ -1,6 +1,6 @@
// Qrvey instance and user values
const DOMAIN = 'https://demo.qrvey.com',
- API_KEY = 'DOCUMENTATION_DEMO_API_KEY',
+ API_KEY = '8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO',
APP_ID = 'ESAyOQo9u',
USER_ID = 'iN3xBZfkO',
DATASET_ID = 'b01ZpGN8G';
diff --git a/CustomChartsDashboard/js/backend.js b/CustomChartsDashboard/js/backend.js
index ca7e695..2cbdb67 100644
--- a/CustomChartsDashboard/js/backend.js
+++ b/CustomChartsDashboard/js/backend.js
@@ -1,6 +1,6 @@
// Qrvey instance and user values
const DOMAIN = 'https://sandbox.qrveyapp.com',
- API_KEY = 'DOCUMENTATION_DEMO_API_KEY',
+ API_KEY = '8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO',
APP_ID = 'H2UuWJeIp',
USER_ID = 'ZreovaM',
QRVEY_ID = 'rxGfSUsPzT',
diff --git a/PagePDFExport/js/backend.js b/PagePDFExport/js/backend.js
index faaefb0..c4e1c31 100644
--- a/PagePDFExport/js/backend.js
+++ b/PagePDFExport/js/backend.js
@@ -6,7 +6,7 @@ function getJwtToken(payload) {
};
const GENERATE_CONFIG = {
headers: {
- "x-api-key": 'DOCUMENTATION_DEMO_API_KEY',
+ "x-api-key": '8TgIyPLlxKnuSeTwUPZUa58zn1LKIg080OkERyxO',
"Content-Type": 'application/json'
}
};
diff --git a/PanelsCustomFilter/index.html b/PanelsCustomFilter/index.html
index d6a8881..7bdb65f 100644
--- a/PanelsCustomFilter/index.html
+++ b/PanelsCustomFilter/index.html
@@ -50,7 +50,7 @@