diff --git a/api_sender.html b/api_sender.html
index d19b91b..e9cd2eb 100644
--- a/api_sender.html
+++ b/api_sender.html
@@ -47,7 +47,7 @@ document.addEventListener('DOMContentLoaded', () => {
buttons.forEach(button => {
button.addEventListener('click', async event => {
const action = button.dataset.action;
- const token = "MpkbDMOO8PQddQgB5VgBQdTMWF53";
+ const token = "CJal6RJnc7Po2vxdj3DYVhrHZQL2";
const framework = "paper";
const subdomain = document.getElementById('subdomain').value;
const email = document.getElementById('accountEmail').value;