+
+
+
+
+
+
+ /agent/list
+ 1 endpoint
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/agent/list |
+ GET | +?email= | +List all agents for a user | +https://n8n.derez.ai/webhook/73b31740-d2c7-46d7-ab71-7a3fef5f77ff | +
+
+
+
+
+
+
+ /agent/info
+ 2 endpoints
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/agent/info |
+ GET | +?uuid= | +Get agent server details | +https://n8n.derez.ai/webhook/e01d06a3-14c3-4e4e-830f-7d4be9a5f529 | +
/agent/info |
+ POST | +{uuid, key, value} | +Set agent metadata — name/title (key:"comment"), wizard flag (key:"WIZZARD") | +https://n8n.derez.ai/webhook/e01d06a3-14c3-4e4e-830f-7d4be9a5f529 | +
+
+
+
+
+
+
+ /agent/key
+ 1 endpoint
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/agent/key |
+ GET | +?uuid= | +Get API key info for an agent | +https://n8n.derez.ai/webhook/1f1a6a11-727b-4965-a59a-fde77806d27f | +
+
+
+
+
+
+
+ /agent/password
+ 1 endpoint
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/agent/password |
+ POST | +{uuid, email, password} | +Update instance root password | +https://n8n.derez.ai/webhook/51098cf4-ecfd-4db4-8977-db04f01ce2b1 | +
+
+
+
+
+
+
+ /agent/service/restart
+ 1 endpoint
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/agent/service/restart |
+ POST | +{uuid, email, action:"restart"} | +Restart agent server | +https://n8n.derez.ai/webhook/dac205df-66e0-4728-90e5-d784cde167af | +
+
+
+
+
+
+
+ /agent/service/backup
+ 3 endpoints
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/agent/service/backup |
+ GET | +?uuid= | +List backups for agent | +https://n8n.derez.ai/webhook/30eaa32f-378a-4963-9d80-533229d25766 | +
/agent/service/backup |
+ POST | +{uuid} | +Create a new backup | +https://n8n.derez.ai/webhook/30eaa32f-378a-4963-9d80-533229d25766 | +
/agent/service/backup |
+ PUT | +{uuid, email, action:"restore", archive_name} | +Restore a backup | +https://n8n.derez.ai/webhook/30eaa32f-378a-4963-9d80-533229d25766 | +
+
+
+
+
+
+
+ /account/login
+ 2 endpoints
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/account/login |
+ POST | +{email, password} | +Sign in — returns {sessionid} | +https://n8n.derez.ai/webhook/e256310a-6627-45ba-a221-599751943fe6 | +
/account/login |
+ DELETE | +{sessionid} + X-Session-Id header | +Sign out | +https://n8n.derez.ai/webhook/e256310a-6627-45ba-a221-599751943fe6 | +
+
+
+
+
+
+
+ /account/password/init_change
+ 1 endpoint
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/account/password/init_change |
+ POST | +{email} | +Request password reset email | +https://n8n.derez.ai/webhook/c2ce0eba-eb26-405d-8a90-8d982ec30698 | +
+
+
+
+
+
+
+ /account/password/change
+ 2 endpoints
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/account/password/change |
+ POST | +{email, password} | +Change password while logged in | +https://n8n.derez.ai/webhook/4644f196-a31c-4d1a-b76e-03e9afe39302 | +
/account/password/change |
+ PUT | +{token, password, email} | +Confirm password reset from email link | +https://n8n.derez.ai/webhook/c2ce0eba-eb26-405d-8a90-8d982ec30698 | +
+
+
+
+
+
+
+ /account/contract
+ 1 endpoint
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/account/contract |
+ GET | +?uuid= | +Get contract / subscription details | +https://n8n.derez.ai/webhook/18591766-147e-4bcb-b9ac-b0f9a92e74bf | +
+
+
+
+
+
+
+ /admin/dns
+ 3 endpoints
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/admin/dns |
+ GET | +— | +List DNS records | +https://n8n.derez.ai/webhook/4ad0c89f-ab8c-45ee-bad1-9321ce94dd64 | +
/admin/dns |
+ POST | +{action:"create", name, type, content, ttl, is_disabled} | +Create DNS record | +https://n8n.derez.ai/webhook/4ad0c89f-ab8c-45ee-bad1-9321ce94dd64 | +
/admin/dns |
+ DELETE | +{name, type} | +Delete DNS record | +https://n8n.derez.ai/webhook/4ad0c89f-ab8c-45ee-bad1-9321ce94dd64 | +
+
+
+
+
+
+
+ /admin/instance
+ 3 endpoints
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/admin/instance |
+ GET | +— | +List all instances | +https://n8n.derez.ai/webhook/bb369f27-244c-4f8a-869b-f787050619a2 | +
/admin/instance |
+ PUT | +{uuid, ssh_port, ram, cpu} | +Edit instance metadata | +https://n8n.derez.ai/webhook/bb369f27-244c-4f8a-869b-f787050619a2 | +
/admin/instance |
+ DELETE | +{uuid} | +Delete instance | +https://n8n.derez.ai/webhook/bb369f27-244c-4f8a-869b-f787050619a2 | +
+
+
+
+
+
+
+ /admin/key
+ 2 endpoints
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/admin/key |
+ GET | +— | +List all API keys (admin) | +https://n8n.derez.ai/webhook/a001374f-d8c0-4430-9b47-9f1e9ab134c3 | +
/admin/key |
+ DELETE | +{name} | +Delete API key | +https://n8n.derez.ai/webhook/a001374f-d8c0-4430-9b47-9f1e9ab134c3 | +
+
+
+
+
+
+
+ /admin/backup-repo
+ 2 endpoints
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/admin/backup-repo |
+ GET | +— | +List backup repositories | +https://n8n.derez.ai/webhook/69c0c632-df3b-457f-affe-b725f217f9a2 | +
/admin/backup-repo |
+ DELETE | +{id} | +Delete backup repository | +https://n8n.derez.ai/webhook/69c0c632-df3b-457f-affe-b725f217f9a2 | +
+
+
+
+
+
+
+ /admin/server
+ 1 endpoint
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/admin/server |
+ GET | +— | +Server health and monitoring data | +https://n8n.derez.ai/webhook/78c0c2b8-e497-4d44-8f26-fec34217513c | +
+
+
+
+
+
+
+ /etc/signup
+ 1 endpoint
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/etc/signup |
+ POST | +{email, password, agent, location} | +Create account and hire agent — returns {checkout_url} | +https://n8n.derez.ai/webhook/4de196b7-2ad2-4f9a-9b4d-dc8d3b30865b | +
+
+
+
+
+
+
+ /etc/coupon
+ 1 endpoint
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/etc/coupon |
+ POST | +{code} | +Validate and apply coupon code | +https://n8n.derez.ai/webhook/fd6375cb-6d73-4482-bfa3-ef8365f43a67 | +
+
+
+
+
+
+
+ /etc/chat
+ 1 endpoint
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/etc/chat |
+ POST | +{message, sessionId, email} | +Support chat message | +https://n8n.derez.ai/webhook/a58d00c4-f0c9-40cd-bb50-4f45f0442ef0 | +
+
+
+
+
+
+ /etc/referral
+ 1 endpoint
+
+ | Path | Method | Query / Body | What it does | Old Webhook URL |
|---|---|---|---|---|
/etc/referral |
+ POST | +{referrer, friend_name, friend_email, uuid} | +Send referral invite | +https://n8n.derez.ai/webhook/5bb4169d-284a-4006-8952-fcc325da2d22 | +
No endpoints match your search.
+
+
+