REST · JSON
API-Referenz
Integriere die {brand}-Plattform über unsere REST-API. Alle authentifizierten Endpunkte erfordern einen x-api-key-Header.
Alle JSON-Endpunkte antworten mit HTTP 200. Der semantische Status steht im JSON-Feld status; Fehler erkennen Sie an ok: false.
Endpunkte
546
Kategorien
26
x-api-keyhttps://api.elizon.appSchnellstart
Erstelle einen API-Schlüssel unter Dashboard → API-Schlüssel und sende ihn im x-api-key-Header mit.
# Eigene Services auflisten
curl https://api.elizon.app/services \
-H "x-api-key: YOUR_API_KEY"
Health
(33)Health-Check- & Konnektivitäts-Endpunkte.
/healthÖffentlichGet Health.
/openapiÖffentlichGet Openapi.
/pingÖffentlichLightweight latency measurement endpoint. Returns { ok: true, location }. Supports optional ?location= query param for multi-datacenter setups.
/public-settingsÖffentlichGet Public Settings.
/public/abuseÖffentlichCreate or perform Public / Abuse.
/public/appearanceÖffentlichGet Public / Appearance.
/public/appearance/assets/[key]ÖffentlichGet Public / Appearance / Assets / Key.
/public/blogÖffentlichGet Public / Blog.
/public/blog/[slug]AuthGet Public / Blog / Slug.
/public/case-reportÖffentlichCreate or perform Public / Case Report.
/public/case-statusÖffentlichGet Public / Case Status.
/public/countriesÖffentlichGet list of all countries with tax rates. Used in registration and checkout forms.
/public/domains/starting-priceÖffentlichCreate or perform Public / Domains / Starting Price.
/public/footer-proxy/status-availabilityÖffentlichGet Public / Footer Proxy / Status Availability.
/public/footer-proxy/status-pulseÖffentlichGet Public / Footer Proxy / Status Pulse.
/public/legal/[doc]ÖffentlichGet Public / Legal / Doc.
/public/navigationÖffentlichGet navbar/navigation configuration for frontend display. Supports ?lang= for localization.
/public/providers/[id]/catalogÖffentlichGet templates and nodes for a provider (no sensitive data). Used in product/order flow.
/public/registration-statusÖffentlichCheck whether registration is allowed (general, private, business). Used by the register page.
/public/report-minorÖffentlichCreate or perform Public / Report Minor.
/public/reviewsÖffentlichGet moderated customer reviews (4+ stars) approved for homepage display. Returns up to 20 reviews.
/public/setupÖffentlichGet Public / Setup.
/public/setupÖffentlichUpdate Public / Setup.
/public/setup-statusÖffentlichGet Public / Setup Status.
/public/setup/assetsÖffentlichCreate or perform Public / Setup / Assets.
/public/setup/completeÖffentlichCreate or perform Public / Setup / Complete.
/public/setup/legalÖffentlichGet Public / Setup / Legal.
/public/setup/legalÖffentlichReplace or update Public / Setup / Legal.
/public/support-hoursÖffentlichGet Public / Support Hours.
/public/support-statsÖffentlichGet Public / Support Stats.
/public/takedownÖffentlichCreate or perform Public / Takedown.
/public/tenantÖffentlichGet Public / Tenant.
/public/trustpilot-proxy/[...path]ÖffentlichGet Public / Trustpilot Proxy / ...path.
Authentifizierung
(41)Registrieren, einloggen, Konten verifizieren und Sitzungen verwalten.
/auth/2fa/setupAuthKein API-KeyGenerate TOTP secret and QR code for enabling two-factor authentication.
/auth/2fa/setupAuthKein API-KeyConfirm 2FA setup by submitting a valid TOTP code. Generates backup codes.
/auth/2fa/setupAuthKein API-KeyDelete Auth / 2fa / Setup.
/auth/backup-codesAuthKein API-KeyGet Auth / Backup Codes.
/auth/backup-codesAuthKein API-KeyCreate or perform Auth / Backup Codes.
/auth/blocklist-appealÖffentlichKein API-KeyCreate or perform Auth / Blocklist Appeal.
/auth/change-passwordAuthKein API-KeyChange password for the authenticated user. Requires current password and optional 2FA verification.
/auth/codeÖffentlichKein API-KeyCreate or perform Auth / Code.
/auth/forgot-passwordÖffentlichKein API-KeyRequest a password reset link via email. Rate-limited.
/auth/loginÖffentlichKein API-KeyAuthenticate with email/password. Supports 2FA (TOTP, backup codes, passkeys). Rate-limited. Returns session cookie on success.
/auth/login/beginÖffentlichKein API-KeyCreate or perform Auth / Login / Begin.
/auth/logoutAuthKein API-KeyInvalidate the current session. Clears session cookie.
/auth/logoutÖffentlichKein API-KeyDelete Auth / Logout.
/auth/meAuthKein API-KeyGet full profile of the currently authenticated user including balances, settings, and account details.
/auth/meAuthKein API-KeyUpdate current user profile (display name, avatar, locale, etc.).
/auth/meAuthKein API-KeyUpdate Auth / Me.
/auth/oauth/[provider]ÖffentlichKein API-KeyInitiate OAuth flow with a specific provider. Redirects to provider's authorization URL.
/auth/oauth/[provider]/callbackÖffentlichKein API-KeyHandle OAuth provider callback. Creates/links account and creates session.
/auth/oauth/2fa-completeÖffentlichKein API-KeyCreate or perform Auth / Oauth / 2fa Complete.
/auth/oauth/link/[provider]AuthKein API-KeyInitiate linking an OAuth provider to an existing account.
/auth/oauth/link/[provider]AuthKein API-KeyUnlink an OAuth provider from the current account.
/auth/oauth/providersÖffentlichKein API-KeyList enabled OAuth providers for the login page (name, icon, color).
/auth/passkeysAuthKein API-KeyList all registered passkeys for the authenticated user.
/auth/passkeysAuthKein API-KeyDelete a registered passkey by ID.
/auth/passkeys/authenticateÖffentlichKein API-KeyGenerate WebAuthn authentication challenge for login 2FA step.
/auth/passkeys/registerAuthKein API-KeyGenerate WebAuthn registration options to register a new passkey.
/auth/passkeys/registerAuthKein API-KeyComplete passkey registration by submitting the WebAuthn attestation response.
/auth/registerÖffentlichKein API-KeyRegister a new user account with email/password. Supports private and business account types. Sends activation code via email. Creates session on success.
/auth/reset-passwordÖffentlichKein API-KeyValidate a password reset token (check if still valid).
/auth/reset-passwordÖffentlichKein API-KeyComplete password reset using a token.
/auth/sessionAuthKein API-KeyValidate current session and return basic user info. Supports concurrent sessions.
/auth/sessionsAuthKein API-KeyList all active sessions for the current user. Marks which one is the current session.
/auth/sessionsAuthKein API-KeyRevoke/delete a specific session by ID, or all other sessions.
/auth/sso/callbackAuthKein API-KeyGet Auth / Sso / Callback.
/auth/sso/linkAuthKein API-KeyCreate or perform Auth / Sso / Link.
/auth/sso/startÖffentlichKein API-KeyGet Auth / Sso / Start.
/auth/verify-accountAuthKein API-KeySubmit 6-digit activation code to activate a newly registered account.
/auth/verify-account/resendAuthKein API-KeyResend account activation code via email. 60-second cooldown between resends.
/auth/verify-codeÖffentlichKein API-KeyVerify 6-digit email code and complete login (used in email-based 2FA flow). Creates session on success.
/auth/verify-emailAuthKein API-KeyResend email verification link for the authenticated user.
/auth/verify-emailÖffentlichKein API-KeyVerify email address using a token sent via email.
Benutzer
(54)Eigenes Konto, Profil und Einstellungen verwalten.
/user/audit-logAuthGet User / Audit Log.
/user/autopayÖffentlich[DEPRECATED - 410 Gone] User-level autopay has been replaced by per-subscription autopay.
/user/autopayÖffentlich[DEPRECATED - 410 Gone] User-level autopay has been replaced by per-subscription autopay.
/user/business-data-reviewAuthGet User / Business Data Review.
/user/change-emailAuthStep 1: Initiate email change. Validates password + 2FA, sends 6-digit code to new email.
/user/change-email/verify-newAuthStep 2: Verify code sent to the new email address. Sends confirmation code to old email.
/user/change-email/verify-oldAuthStep 3: Verify code sent to the old email. Finalizes the email change on success.
/user/date-of-birthAuthCreate or perform User / Date Of Birth.
/user/discordAuthGet User / Discord.
/user/discordAuthCreate or perform User / Discord.
/user/discordAuthUpdate User / Discord.
/user/discordAuthDelete User / Discord.
/user/dpaAuthGet User / Dpa.
/user/dpaAuthCreate or perform User / Dpa.
/user/dpa/cancelAuthCreate or perform User / Dpa / Cancel.
/user/dpa/documents/[id]AuthGet User / Dpa / Documents / ID.
/user/gdpr-exportAuthGenerate a comprehensive GDPR data export (PDF or TXT) of all user data.
/user/gdpr-exportAuthPermanently delete user account and all associated data (GDPR right to erasure).
/user/id-verification/[id]/declineAuthCreate or perform User / ID Verification / ID / Decline.
/user/id-verification/[id]/enjyn-restartAuthCreate or perform User / ID Verification / ID / Enjyn Restart.
/user/id-verification/[id]/enjyn-startAuthCreate or perform User / ID Verification / ID / Enjyn Start.
/user/id-verification/[id]/methodAuthCreate or perform User / ID Verification / ID / Method.
/user/id-verification/[id]/refuseAuthCreate or perform User / ID Verification / ID / Refuse.
/user/id-verification/[id]/uploadAuthCreate or perform User / ID Verification / ID / Upload.
/user/id-verification/enforcement-statusAuthGet User / ID Verification / Enforcement Status.
/user/id-verification/enjyn-callbackAuthCreate or perform User / ID Verification / Enjyn Callback.
/user/id-verification/startAuthCreate or perform User / ID Verification / Start.
/user/id-verification/statusAuthGet User / ID Verification / Status.
/user/monthly-offersAuthGet User / Monthly Offers.
/user/newsletter-settingsAuthGet current newsletter opt-in status for the authenticated user.
/user/newsletter-settingsAuthUpdate newsletter opt-in. Opt-in requires email verification; opt-out is immediate.
/user/notificationsAuthGet User / Notifications.
/user/notificationsAuthUpdate User / Notifications.
/user/notifications/[id]AuthGet User / Notifications / ID.
/user/notifications/[id]AuthUpdate User / Notifications / ID.
/user/profile-reviewAuthGet User / Profile Review.
/user/profile-review/confirmAuthCreate or perform User / Profile Review / Confirm.
/user/push/device-tokenAuthCreate or perform User / Push / Device Token.
/user/push/device-tokenAuthDelete User / Push / Device Token.
/user/push/preferencesAuthGet User / Push / Preferences.
/user/push/preferencesAuthUpdate User / Push / Preferences.
/user/push/public-keyAuthGet User / Push / Public Key.
/user/push/subscribeAuthCreate or perform User / Push / Subscribe.
/user/push/subscribeAuthDelete User / Push / Subscribe.
/user/settingsAuthUpdate user notification/email preferences (login notification opt-in, email notifications).
/user/ssoAuthGet User / Sso.
/user/ssoAuthCreate or perform User / Sso.
/user/ssoAuthUpdate User / Sso.
/user/ssoAuthDelete User / Sso.
/user/subscriptionsAuthGet all active subscriptions for the current user.
/user/subscriptionsAuthCreate a new subscription for the current user.
/user/support-phoneAuthGet User / Support Phone.
/user/support-pinAuthGet the current active (non-expired) support PIN for identity verification.
/user/support-pinAuthGenerate a new 6-digit support PIN for identity verification with support staff.
Produkte
(10)Verfügbare Produkte und Kategorien durchsuchen.
/categories/[id]/upgrade-configAuthGet upgrade/downgrade configuration for a product category (resource pricing, allowed ranges, additional IP pricing).
/productsÖffentlichGet all active product categories with products. Supports ?lang= for localization. Business users see business-specific pricing and categories.
/products/[category]ÖffentlichGet a specific product category with its products and child categories.
/products/[category]/[product]ÖffentlichGet detailed product info by category key and product slug. Includes pricing, customization options, provider details.
/products/[category]/[product]/viewAuthGet Products / Category / Product / View.
/products/[category]/viewAuthGet Products / Category / View.
/products/by-slug/[slug]ÖffentlichGet product by slug (optionally filtered by category).
/products/locationsÖffentlichGet location options (id, name, flag, city, pingUrl) per product for checkout.
/products/proxmox-slot-previewÖffentlichCreate or perform Products / Proxmox Slot Preview.
/products/templatesÖffentlichGet available OS templates for a product (from provider cluster config). Respects allowed template IDs in category config.
Services
(120)Service-Verwaltung inklusive Status, Aktionen und Laufzeitdaten.
/servicesAuthList services for the current user. Supports pagination, owned/shared filtering, VM-only filtering, Proxmox-only filtering, and a compact response mode for selectors and dashboard bootstraps.
/servicesAuthCreate a new service instance (typically called by checkout/provisioning system).
/services/[id]AuthBenötigt: viewGet detailed service info by ID. Includes resources, IPs, provider details, subscription info. Supports shared access via permission system.
/services/[id]AuthBenötigt: settingsUpdate service properties (user notes, name).
/services/[id]AuthBenötigt: deleteSchedule service deletion.
/services/[id]/actionAuthBenötigt: start, stop, restart, settingsPerform a service action (start, stop, restart, reset, suspend, resume). Permission-based per action.
/services/[id]/actions/[key]AuthBenötigt: start, stop, restart, settings, view, deploy, ssl_manage, env_manage, cron_manage, queue_manage, wordpress_manage, nginx_manage, site_manageCreate or perform Services / ID / Actions / Key.
/services/[id]/activityAuthGet Services / ID / Activity.
/services/[id]/allocationsAuthBenötigt: viewGet all port allocations for a Pterodactyl server.
/services/[id]/apply-downgradeAuthBenötigt: settingsApply a downgrade immediately: adjust resources, extend subscription period, restart service.
/services/[id]/backupsAuthBenötigt: backupList backups for a service via provider adapter.
/services/[id]/backupsAuthBenötigt: backupCreate a new backup via provider adapter.
/services/[id]/backups/[backupId]AuthBenötigt: backupRestore a specific backup via provider adapter.
/services/[id]/backups/[backupId]AuthBenötigt: backupDelete a specific backup via provider adapter.
/services/[id]/backups/[backupId]/downloadAuthBenötigt: backupGet download URL for a backup (Pterodactyl only).
/services/[id]/bandwidth-usageAuthBenötigt: viewGet aggregated bandwidth usage for the current billing period. Supports ?from=&to= override. Results cached.
/services/[id]/billing-cyclesAuthBenötigt: viewGet allowed billing cycles for a service based on product configuration.
/services/[id]/consoleAuthBenötigt: consoleGet console access info. Returns VNC token/URL for Proxmox, SSE stream for Pterodactyl. Raw wss:// URL never leaves server.
/services/[id]/consoleAuthBenötigt: consoleCreate or perform Services / ID / Console.
/services/[id]/console/commandAuthBenötigt: console, start, stop, restartSend a console command or power action through the server-side WebSocket to Pterodactyl daemon.
/services/[id]/console/embedAuthBenötigt: consoleReturns HTML page with VNC iframe for Proxmox. Sets PVEAuthCookie server-side.
/services/[id]/console/streamAuthBenötigt: consoleServer-Sent Events stream for Pterodactyl console output, status, and stats. Server-side WebSocket proxy.
/services/[id]/contract-documentsAuthBenötigt: viewGet Services / ID / Contract Documents.
/services/[id]/contract-documents/[filename]AuthBenötigt: viewGet Services / ID / Contract Documents / Filename.
/services/[id]/disk-usageAuthBenötigt: viewGet filesystem disk usage from QEMU guest agent (Proxmox only).
/services/[id]/domain/withdrawAuthBenötigt: settingsCreate or perform Services / ID / Domain / Withdraw.
/services/[id]/eggsAuthBenötigt: viewGet allowed eggs from product category and provider-level variables (Pterodactyl).
/services/[id]/filesAuthBenötigt: settingsList, read, write, create, delete, and rename files on a Pterodactyl server. Action specified via query params.
/services/[id]/filesAuthBenötigt: view, settingsCreate or perform Services / ID / Files.
/services/[id]/firewallAuthBenötigt: viewList firewall rules for a service via provider adapter.
/services/[id]/firewallAuthBenötigt: settingsCreate a new firewall rule.
/services/[id]/firewall/[ruleId]AuthBenötigt: settingsUpdate a specific firewall rule. Fields are allowlisted.
/services/[id]/firewall/[ruleId]AuthBenötigt: settingsDelete a specific firewall rule.
/services/[id]/ips/cancelAuthBenötigt: settingsSchedule cancellation of a specific IP address at period end, or undo a scheduled cancellation.
/services/[id]/ips/cancelAuthBenötigt: settingsDelete Services / ID / Ips / Cancel.
/services/[id]/labelsAuthBenötigt: view, settingsGet Services / ID / Labels.
/services/[id]/labelsAuthBenötigt: view, settingsCreate or perform Services / ID / Labels.
/services/[id]/labels/[labelId]AuthBenötigt: settingsUpdate Services / ID / Labels / LabelId.
/services/[id]/labels/[labelId]AuthBenötigt: settingsDelete Services / ID / Labels / LabelId.
/services/[id]/labels/assignmentsAuthBenötigt: settingsReplace or update Services / ID / Labels / Assignments.
/services/[id]/mail/aliasesAuthBenötigt: view, settingsGet Services / ID / Mail / Aliases.
/services/[id]/mail/aliasesAuthBenötigt: view, settingsCreate or perform Services / ID / Mail / Aliases.
/services/[id]/mail/aliasesAuthBenötigt: view, settingsDelete Services / ID / Mail / Aliases.
/services/[id]/mail/dns-zonesAuthBenötigt: settingsGet Services / ID / Mail / Dns Zones.
/services/[id]/mail/domainsAuthBenötigt: view, settingsGet Services / ID / Mail / Domains.
/services/[id]/mail/domainsAuthBenötigt: view, settingsCreate or perform Services / ID / Mail / Domains.
/services/[id]/mail/domainsAuthBenötigt: view, settingsDelete Services / ID / Mail / Domains.
/services/[id]/mail/domains/apply-dnsAuthBenötigt: settingsCreate or perform Services / ID / Mail / Domains / Apply Dns.
/services/[id]/mail/domains/dnsAuthBenötigt: viewGet Services / ID / Mail / Domains / Dns.
/services/[id]/mail/domains/verify-dnsAuthBenötigt: viewCreate or perform Services / ID / Mail / Domains / Verify Dns.
/services/[id]/mail/mailboxesAuthBenötigt: view, settingsGet Services / ID / Mail / Mailboxes.
/services/[id]/mail/mailboxesAuthBenötigt: view, settingsCreate or perform Services / ID / Mail / Mailboxes.
/services/[id]/mail/mailboxesAuthBenötigt: view, settingsUpdate Services / ID / Mail / Mailboxes.
/services/[id]/mail/mailboxesAuthBenötigt: view, settingsDelete Services / ID / Mail / Mailboxes.
/services/[id]/metricsAuthBenötigt: viewGet Services / ID / Metrics.
/services/[id]/monitoring/configÖffentlichGet Services / ID / Monitoring / Config.
/services/[id]/monitoring/configÖffentlichUpdate Services / ID / Monitoring / Config.
/services/[id]/monitoring/historyÖffentlichGet Services / ID / Monitoring / History.
/services/[id]/monitoring/push/device-tokenÖffentlichCreate or perform Services / ID / Monitoring / Push / Device Token.
/services/[id]/monitoring/push/public-keyÖffentlichGet Services / ID / Monitoring / Push / Public Key.
/services/[id]/monitoring/push/subscribeÖffentlichCreate or perform Services / ID / Monitoring / Push / Subscribe.
/services/[id]/monitoring/scoreÖffentlichGet Services / ID / Monitoring / Score.
/services/[id]/monitoring/targetsÖffentlichGet Services / ID / Monitoring / Targets.
/services/[id]/monitoring/targetsÖffentlichCreate or perform Services / ID / Monitoring / Targets.
/services/[id]/monitoring/targets/[targetId]ÖffentlichUpdate Services / ID / Monitoring / Targets / TargetId.
/services/[id]/monitoring/targets/[targetId]ÖffentlichDelete Services / ID / Monitoring / Targets / TargetId.
/services/[id]/notificationsAuthBenötigt: viewGet active provider notifications/mass-email alerts for a service.
/services/[id]/plesk/credentialsAuthBenötigt: viewGet panel login credentials for a shared hosting service.
/services/[id]/plesk/credentialsAuthBenötigt: settingsRotate the panel password for a shared hosting service.
/services/[id]/plesk/domainsAuthBenötigt: viewList domains linked to a shared hosting service (cached sync state and limits).
/services/[id]/plesk/domainsAuthBenötigt: settingsRefresh the domain list for a shared hosting service (rate-limited).
/services/[id]/plesk/resetAuthBenötigt: credentialsCreate or perform Services / ID / Plesk / Reset.
/services/[id]/plesk/setupAuthBenötigt: settingsGet Services / ID / Plesk / Setup.
/services/[id]/plesk/setupAuthBenötigt: settingsCreate or perform Services / ID / Plesk / Setup.
/services/[id]/ploi/dnsAuthBenötigt: viewGet the DNS blueprint (expected records) for a website hosting service.
/services/[id]/ploi/dnsAuthBenötigt: settingsPreview or apply DNS records for a website hosting service against an owned domain.
/services/[id]/ploi/storage-historyAuthBenötigt: viewFetch storage usage history snapshots for a website hosting service.
/services/[id]/reinstallAuthBenötigt: settingsReinstall the service OS/template via provider adapter. Supports templateId, OS, Docker image, egg selection.
/services/[id]/renewAuthBenötigt: settingsPreview renewal price for a given billing cycle. Returns price and dates but does NOT create an invoice.
/services/[id]/settingsAuthBenötigt: viewGet VM display (standard/serial) and boot (UEFI/Legacy) settings via provider adapter.
/services/[id]/settingsAuthBenötigt: view, settings, backup_scheduleCreate or perform Services / ID / Settings.
/services/[id]/settingsAuthBenötigt: view, settings, backup_scheduleReplace or update Services / ID / Settings.
/services/[id]/settingsAuthBenötigt: settingsUpdate VM display and boot settings via provider adapter.
/services/[id]/sftpAuthBenötigt: viewGet Services / ID / Sftp.
/services/[id]/sftp/ensure-passwordAuthBenötigt: settingsCreate or perform Services / ID / Sftp / Ensure Password.
/services/[id]/sftp/rotate-passwordAuthBenötigt: settingsCreate or perform Services / ID / Sftp / Rotate Password.
/services/[id]/slaAuthBenötigt: view, settingsGet Services / ID / Sla.
/services/[id]/slaAuthBenötigt: view, settingsCreate or perform Services / ID / Sla.
/services/[id]/sla/acceptAuthBenötigt: settingsCreate or perform Services / ID / Sla / Accept.
/services/[id]/sla/amendAuthBenötigt: settingsCreate or perform Services / ID / Sla / Amend.
/services/[id]/sla/cancelAuthBenötigt: settingsCreate or perform Services / ID / Sla / Cancel.
/services/[id]/sla/declineAuthBenötigt: settingsCreate or perform Services / ID / Sla / Decline.
/services/[id]/sla/documents/[docId]AuthBenötigt: viewGet Services / ID / Sla / Documents / DocId.
/services/[id]/sla/revoke-cancelAuthBenötigt: settingsCreate or perform Services / ID / Sla / Revoke Cancel.
/services/[id]/sla/withdrawAuthBenötigt: settingsCreate or perform Services / ID / Sla / Withdraw.
/services/[id]/startup-variablesAuthBenötigt: viewList Pterodactyl server environment/startup variables.
/services/[id]/startup-variablesAuthBenötigt: view, settingsReplace or update Services / ID / Startup Variables.
/services/[id]/startup-variablesAuthBenötigt: settingsUpdate Pterodactyl server startup variables.
/services/[id]/statusAuthBenötigt: viewGet live service status from the provider (CPU, RAM, disk, network usage, power state).
/services/[id]/subscriptionAuthBenötigt: viewGet subscription details for a service (billing cycle, period dates, cancel status, extension eligibility).
/services/[id]/subscription/accelerateAuthBenötigt: settingsCreate or perform Services / ID / Subscription / Accelerate.
/services/[id]/subscription/autopayAuthConfigure autopay settings for a subscription (enable/disable auto billing, NetPoints first).
/services/[id]/subscription/billing-addressAuthSet billing address for a subscription (stored in subscription options).
/services/[id]/subscription/cancelAuthBenötigt: settingsCancel subscription immediately or at period end. Immediate cancellation terminates the service via provider.
/services/[id]/subscription/extendAuthBenötigt: settingsExtend subscription period. Supports optional 7-day bonus (once per service) and loyalty offer (10% permanent discount + 7 days).
/services/[id]/subscription/intervalAuthBenötigt: settingsSet the next billing cycle (applied at renewal). Allowed: 7, 14, 30, 60, 90, 120, 365 days.
/services/[id]/subscription/reactivateAuthBenötigt: settingsUndo a pending (period-end) cancellation.
/services/[id]/subscription/withdrawAuthBenötigt: settingsCreate or perform Services / ID / Subscription / Withdraw.
/services/[id]/templatesAuthBenötigt: viewGet available reinstall templates for a service via provider adapter.
/services/[id]/top-ipsAuthBenötigt: viewGet Services / ID / Top Ips.
/services/[id]/trafficAuthBenötigt: viewGet traffic/RRD data via provider adapter. Supports ?timeframe=hour|day|week|month.
/services/[id]/upgradeAuthBenötigt: viewGet Services / ID / Upgrade.
/services/[id]/upgradeAuthBenötigt: settingsUpgrade/resize service resources (CPU, RAM, disk) via provider adapter.
/services/[id]/upgrade-previewAuthBenötigt: viewCreate or perform Services / ID / Upgrade Preview.
/services/[id]/usage-exportAuthBenötigt: usage_metrics_exportGet Services / ID / Usage Export.
/services/[id]/usage-exportAuthBenötigt: usage_metrics_exportCreate or perform Services / ID / Usage Export.
/services/[id]/viewAuthBenötigt: viewGet Services / ID / View.
/services/maintenance-notificationsAuthGet Services / Maintenance Notifications.
/services/status-batchAuthFetch live provider status for multiple authorized services in a single request. Intended for dashboard and list views that only need the visible services refreshed.
/services/total-bandwidthAuthGet total monthly traffic across all user services. Supports ?month=YYYY-MM.
Warenkorb & Checkout
(6)Warenkorb verwalten und Bestellungen abschließen.
/cart/calculateAuthCalculate prices server-side for cart items including upgrade prorata, taxes, and discounts.
/cart/upgradeAuthCalculate upgrade/downgrade pricing for a service. Returns cart item with prorated pricing.
/cart/validateAuthValidate cart items for product availability via provider adapter. Returns unavailable items.
/checkoutAuthProcess a checkout with cart items. Supports multiple payment methods (mollie, sepa, guthaben/balance, invoice, businessfund). Includes coupon/affiliate code support, NetPoints redemption, and billing address. Cluster-safe dedup prevents double-submit.
/checkout/bootstrapAuthGet Checkout / Bootstrap.
/checkout/offers/validateAuthCreate or perform Checkout / Offers / Validate.
Rechnungen & Zahlung
(18)Rechnungen einsehen, Zahlungsmethoden und Rechnungs-E-Mail verwalten.
/account/payment-methodsAuthGet Account / Payment Methods.
/account/payment-methodsAuthCreate or perform Account / Payment Methods.
/account/payment-methodsAuthUpdate Account / Payment Methods.
/account/payment-methods/[mandateId]AuthDelete Account / Payment Methods / MandateId.
/balance/auto-topupAuthGet Balance / Auto Topup.
/balance/auto-topupAuthCreate or perform Balance / Auto Topup.
/balance/auto-topup/[id]AuthUpdate Balance / Auto Topup / ID.
/balance/auto-topup/[id]AuthDelete Balance / Auto Topup / ID.
/invoicesAuthList invoices for the current user. Admins can view other users' invoices via ?userId=. Supports filtering by status and serviceId.
/invoices/[id]AuthGet a single invoice by ID. Users can only view their own; admins can view any.
/invoices/[id]/credit-note-documentAuthGet Invoices / ID / Credit Note Document.
/invoices/[id]/disputeAuthCreate or perform Invoices / ID / Dispute.
/invoices/[id]/documentAuthDownload invoice as a PDF document. Supports Lexware-generated invoices with local caching.
/invoices/[id]/dunning-documentAuthGet Invoices / ID / Dunning Document.
/invoices/[id]/payAuthCreate a payment for an invoice. Supports mollie, sepa, guthaben (balance) payment methods. Unsuspends services on successful payment.
/invoices/[id]/pay/cancelAuthCreate or perform Invoices / ID / Pay / Cancel.
/invoices/[id]/withdrawAuthBenötigt: settingsCreate or perform Invoices / ID / Withdraw.
/invoices/download-allAuthDownload all user's Lexware invoice PDFs as a ZIP archive.
Prämien & Adressen
(6)NetPoints, Adressbuch und zugehöriger Abrechnungskontext.
/addressesAuthGet all billing addresses for the current user, ordered by default status then creation date.
/addressesAuthCreate a new billing address. Business accounts require company name. Validates VAT ID format for EU business accounts.
/addressesAuthUpdate an existing billing address by ID.
/addressesAuthDelete a billing address by ID.
/netpointsAuthGet current user's NetPoint balance and EUR value.
/netpoints/previewAuthPreview maximum redeemable NetPoints for a given order total.
API-Schlüssel
(4)API-Schlüssel für die Automatisierung erstellen und verwalten.
/api-keysAuthList all API keys for the current user (prefix only, not full key).
/api-keysAuthCreate a new API key. Returns the full key only once at creation time.
/api-keysAuthRevoke/delete an API key by ID.
/api-keys/usageAuthKein API-KeyGet API Keys / Usage.
Affiliates
(14)Partnerprogramm — Empfehlungslinks, Provisionen und Auszahlungen.
/affiliates/meAuthGet the current user's affiliate profile and stats.
/affiliates/me/commissionsAuthGet the current user's affiliate commissions history.
/affiliates/me/convert-to-creditAuthConvert affiliate earnings to account credit/balance.
/affiliates/me/coupon-usageAuthGet usage stats for the affiliate's coupon code.
/affiliates/me/credit-note/[id]/confirmAuthConfirm and finalize a credit note.
/affiliates/me/credit-note/previewAuthPreview a credit note before generating it.
/affiliates/me/credit-notesAuthList affiliate credit notes (Gutschriften).
/affiliates/me/credit-notes/[id]/downloadAuthDownload a specific credit note as PDF.
/affiliates/me/payout-methodAuthUpdate the affiliate's payout method (bank details).
/affiliates/me/payout-requestsAuthList affiliate payout requests.
/affiliates/me/payout-requestsAuthCreate a new payout request.
/affiliates/me/tax-infoAuthGet the affiliate's tax information.
/affiliates/me/tax-infoAuthUpdate the affiliate's tax information. Address and name come from the user profile; only ustId, taxNumber, and kleinunternehmer are read from the body.
/affiliates/validateAuthValidate an affiliate/referral code.
Gutscheine
(1)Rabattcoupons validieren und einlösen.
/coupons/previewAuthValidate a coupon code and preview the discount amount. Only one coupon per order allowed.
Domains & DNS
(21)Domain-Registrierung, Transfers, WHOIS und PowerDNS-Zonenverwaltung.
/domainsAuthGet Domains.
/domains/[domainId]/deleteAuthDelete Domains / DomainId / Delete.
/domains/[domainId]/exportAuthGet Domains / DomainId / Export.
/domains/[domainId]/import/textAuthCreate or perform Domains / DomainId / Import / Text.
/domains/[domainId]/recordsAuthGet Domains / DomainId / Records.
/domains/[domainId]/recordsAuthCreate or perform Domains / DomainId / Records.
/domains/[domainId]/records/[recordId]AuthUpdate Domains / DomainId / Records / RecordId.
/domains/[domainId]/records/[recordId]AuthDelete Domains / DomainId / Records / RecordId.
/domains/addAuthCreate or perform Domains / Add.
/domains/nameserversÖffentlichGet Domains / Nameservers.
/domains/orderAuthCreate or perform Domains / Order.
/domains/order/[id]AuthUpdate Domains / Order / ID.
/domains/quoteAuthCreate or perform Domains / Quote.
/domains/registrationsAuthGet Domains / Registrations.
/domains/registrations/[id]ÖffentlichGet Domains / Registrations / ID.
/domains/registrations/[id]/actionsÖffentlichCreate or perform Domains / Registrations / ID / Actions.
/domains/registrations/by-service/[serviceId]AuthBenötigt: viewGet Domains / Registrations / By Service / ServiceId.
/domains/suggestAuthCreate or perform Domains / Suggest.
/domains/tld-pricesAuthCreate or perform Domains / Tld Prices.
/domains/transfer-quoteAuthCreate or perform Domains / Transfer Quote.
/domains/whoisÖffentlichGet Domains / Whois.
Netzwerk & IP
(12)Floating IPs, IPv6-Reverse-DNS, Traffic-Preisvorschau und IP-Tools.
/floating-ipsAuthGet Floating Ips.
/floating-ips/[id]/assignAuthCreate or perform Floating Ips / ID / Assign.
/floating-ips/[id]/cancelAuthCreate or perform Floating Ips / ID / Cancel.
/floating-ips/[id]/targetsAuthGet Floating Ips / ID / Targets.
/floating-ips/[id]/unassignAuthCreate or perform Floating Ips / ID / Unassign.
/floating-ips/optionsAuthGet Floating Ips / Options.
/floating-ips/orderAuthCreate or perform Floating Ips / Order.
/ip-managerAuthGet Ip Manager.
/ip-managerAuthCreate or perform Ip Manager.
/ip-manager/[id]AuthUpdate Ip Manager / ID.
/ip-manager/[id]AuthDelete Ip Manager / ID.
/traffic/pricing-previewAuthCreate or perform Traffic / Pricing Preview.
BYOIP
(14)Bring Your Own IP — Prefix-Anträge, Zuweisungen, Transfers und TB-Wallets.
/byoip/applyAuthCreate or perform Byoip / Apply.
/byoip/assignAuthGet Byoip / Assign.
/byoip/assignAuthCreate or perform Byoip / Assign.
/byoip/assign/[id]AuthDelete Byoip / Assign / ID.
/byoip/cancelAuthCreate or perform Byoip / Cancel.
/byoip/deannouncement/requestAuthCreate or perform Byoip / Deannouncement / Request.
/byoip/migration/requestAuthCreate or perform Byoip / Migration / Request.
/byoip/statusAuthGet Byoip / Status.
/byoip/subscribeAuthCreate or perform Byoip / Subscribe.
/byoip/transfersAuthGet Byoip / Transfers.
/byoip/transfersAuthCreate or perform Byoip / Transfers.
/byoip/walletAuthGet Byoip / Wallet.
/byoip/walletAuthCreate or perform Byoip / Wallet.
/byoip/walletAuthReplace or update Byoip / Wallet.
{plusName}
(12){plusName}-Mitgliedschaft, Traffic-Pooling, Security+, Prognose und TB-Wallet.
/plus/cancelAuthCreate or perform Plus / Cancel.
/plus/forecastAuthGet Plus / Forecast.
/plus/invoicesAuthGet Plus / Invoices.
/plus/poolingAuthGet Plus / Pooling.
/plus/poolingAuthReplace or update Plus / Pooling.
/plus/pricing-previewAuthCreate or perform Plus / Pricing Preview.
/plus/reactivateAuthCreate or perform Plus / Reactivate.
/plus/security-plusAuthCreate or perform Plus / Security Plus.
/plus/statusAuthGet Plus / Status.
/plus/subscribeAuthCreate or perform Plus / Subscribe.
/plus/walletAuthGet Plus / Wallet.
/plus/walletAuthCreate or perform Plus / Wallet.
SSH-Schlüssel
(5)SSH-Public-Keys importieren, erzeugen und verwalten.
/ssh-keysAuthGet Ssh Keys.
/ssh-keysAuthCreate or perform Ssh Keys.
/ssh-keys/[id]AuthUpdate Ssh Keys / ID.
/ssh-keys/[id]AuthDelete Ssh Keys / ID.
/ssh-keys/generateAuthCreate or perform Ssh Keys / Generate.
Wallet & Gutscheine
(10)Geschenkgutscheine, Wallet-Aufladungen und Bonus-Aktionen.
/wallet/bonus-eventAuthGet Wallet / Bonus Event.
/wallet/vouchersAuthGet Wallet / Vouchers.
/wallet/vouchers/[id]/certificate.pdfAuthGet Wallet / Vouchers / ID / Certificate.pdf.
/wallet/vouchers/[id]/codeAuthGet Wallet / Vouchers / ID / Code.
/wallet/vouchers/[id]/withdrawAuthCreate or perform Wallet / Vouchers / ID / Withdraw.
/wallet/vouchers/purchase-from-balanceAuthCreate or perform Wallet / Vouchers / Purchase From Balance.
/wallet/vouchers/purchase-statusAuthGet Wallet / Vouchers / Purchase Status.
/wallet/vouchers/purchase-with-mandateAuthCreate or perform Wallet / Vouchers / Purchase With Mandate.
/wallet/vouchers/purchase-with-mollieAuthCreate or perform Wallet / Vouchers / Purchase With Mollie.
/wallet/vouchers/redeemAuthCreate or perform Wallet / Vouchers / Redeem.
Familie
(54)Familiengruppen, Elternkontrolle, gemeinsame Abrechnung und Kindeskonten.
/familyAuthGet Family.
/familyAuthCreate or perform Family.
/family/[groupId]AuthGet Family / GroupId.
/family/[groupId]AuthUpdate Family / GroupId.
/family/[groupId]AuthDelete Family / GroupId.
/family/[groupId]/auditAuthGet Family / GroupId / Audit.
/family/[groupId]/auto-topupAuthGet Family / GroupId / Auto Topup.
/family/[groupId]/auto-topupAuthCreate or perform Family / GroupId / Auto Topup.
/family/[groupId]/balance-requestsAuthGet Family / GroupId / Balance Requests.
/family/[groupId]/balance-requestsAuthCreate or perform Family / GroupId / Balance Requests.
/family/[groupId]/balance-requests/[requestId]AuthUpdate Family / GroupId / Balance Requests / RequestId.
/family/[groupId]/billingAuthGet Family / GroupId / Billing.
/family/[groupId]/billingAuthCreate or perform Family / GroupId / Billing.
/family/[groupId]/billingAuthUpdate Family / GroupId / Billing.
/family/[groupId]/billing/mandatesAuthGet Family / GroupId / Billing / Mandates.
/family/[groupId]/billing/mandatesAuthCreate or perform Family / GroupId / Billing / Mandates.
/family/[groupId]/billing/mandatesAuthUpdate Family / GroupId / Billing / Mandates.
/family/[groupId]/billing/mandates/[mandateId]AuthDelete Family / GroupId / Billing / Mandates / MandateId.
/family/[groupId]/consentAuthGet Family / GroupId / Consent.
/family/[groupId]/consentAuthCreate or perform Family / GroupId / Consent.
/family/[groupId]/consentAuthUpdate Family / GroupId / Consent.
/family/[groupId]/controls/locksAuthGet Family / GroupId / Controls / Locks.
/family/[groupId]/controls/locksAuthCreate or perform Family / GroupId / Controls / Locks.
/family/[groupId]/controls/locks/[lockId]AuthDelete Family / GroupId / Controls / Locks / LockId.
/family/[groupId]/controls/resource-limitsAuthGet Family / GroupId / Controls / Resource Limits.
/family/[groupId]/controls/resource-limitsAuthCreate or perform Family / GroupId / Controls / Resource Limits.
/family/[groupId]/controls/resource-limits/[limitId]AuthUpdate Family / GroupId / Controls / Resource Limits / LimitId.
/family/[groupId]/controls/resource-limits/[limitId]AuthDelete Family / GroupId / Controls / Resource Limits / LimitId.
/family/[groupId]/controls/time-policiesAuthGet Family / GroupId / Controls / Time Policies.
/family/[groupId]/controls/time-policiesAuthCreate or perform Family / GroupId / Controls / Time Policies.
/family/[groupId]/controls/time-policies/[policyId]AuthUpdate Family / GroupId / Controls / Time Policies / PolicyId.
/family/[groupId]/controls/time-policies/[policyId]AuthDelete Family / GroupId / Controls / Time Policies / PolicyId.
/family/[groupId]/gdprAuthGet Family / GroupId / Gdpr.
/family/[groupId]/gdprAuthCreate or perform Family / GroupId / Gdpr.
/family/[groupId]/gdprAuthDelete Family / GroupId / Gdpr.
/family/[groupId]/invitesAuthGet Family / GroupId / Invites.
/family/[groupId]/invitesAuthCreate or perform Family / GroupId / Invites.
/family/[groupId]/membersAuthGet Family / GroupId / Members.
/family/[groupId]/membersAuthCreate or perform Family / GroupId / Members.
/family/[groupId]/members/[userId]AuthUpdate Family / GroupId / Members / UserId.
/family/[groupId]/members/[userId]AuthDelete Family / GroupId / Members / UserId.
/family/[groupId]/messagesAuthGet Family / GroupId / Messages.
/family/[groupId]/messagesAuthCreate or perform Family / GroupId / Messages.
/family/[groupId]/messages/[messageId]AuthUpdate Family / GroupId / Messages / MessageId.
/family/[groupId]/monitoringAuthGet Family / GroupId / Monitoring.
/family/[groupId]/payment-approvalsAuthGet Family / GroupId / Payment Approvals.
/family/[groupId]/payment-approvals/[approvalId]AuthUpdate Family / GroupId / Payment Approvals / ApprovalId.
/family/[groupId]/spending-limitsAuthGet Family / GroupId / Spending Limits.
/family/[groupId]/spending-limitsAuthCreate or perform Family / GroupId / Spending Limits.
/family/[groupId]/spending-limits/[limitId]AuthUpdate Family / GroupId / Spending Limits / LimitId.
/family/[groupId]/spending-limits/[limitId]AuthDelete Family / GroupId / Spending Limits / LimitId.
/family/[groupId]/usageAuthGet Family / GroupId / Usage.
/family/invite/[token]AuthGet Family / Invite / Token.
/family/invite/[token]AuthCreate or perform Family / Invite / Token.
Dashboard
(2)Dashboard-Zusammenfassungen und aggregierte Kontokennzahlen.
/dashboard/contract-payment-alertAuthGet Dashboard / Contract Payment Alert.
/dashboard/traffic-sourcesAuthGet Dashboard / Traffic Sources.
Support & Wissensdatenbank
(11)Support-Tickets, Kundenfeedback und Inhalte der Wissensdatenbank.
/feedbackAuthList current user's feedback with pagination and status filtering.
/feedbackAuthSubmit new customer feedback (categories: general, feature, bug, experience, other). Rating 1-5. 28-day cooldown for general feedback.
/knowledge-baseÖffentlichList all published knowledge base articles. Supports ?lang= for localized content.
/ticketsAuthList user's support tickets with pagination, status filtering, and response time metrics.
/ticketsAuthCreate a new support ticket with subject, message, priority, and optional service attachment.
/tickets/[id]AuthGet ticket details with all messages. Users can only see their own tickets unless admin/support.
/tickets/[id]AuthAdd a message/reply to an existing ticket.
/tickets/[id]AuthUpdate ticket status (close, reopen, etc.).
/tickets/[id]/exportAuthExport ticket chat history as an HTML document.
/tickets/attachable-servicesAuthGet Tickets / Attachable Services.
/tickets/share-candidatesAuthGet Tickets / Share Candidates.
Business
(14)Unternehmensbezogene Kontodaten, Verifizierung und Abrechnung.
/business/billingAuthGet the current user's business billing configuration.
/business/billingAuthUpdate business billing configuration.
/business/billingAuthRemove/reset business billing configuration.
/business/eligibilityAuthCheck if the current user is eligible for business features.
/business/fundAuthGet the current user's BusinessFund status (active contracts, pending requests).
/business/fundAuthRequest a new BusinessFund (financing for services).
/business/fund/[id]/acceptAuthAccept a BusinessFund offer. Payment via mollie or balance.
/business/fund/[id]/cancelAuthCancel an active BusinessFund contract (respects binding period).
/business/fund/[id]/rejectAuthReject a BusinessFund offer.
/business/fund/special-terminationAuthGet pending special termination requests.
/business/fund/special-terminationAuthRequest special (extraordinary) termination of a BusinessFund contract.
/business/verificationAuthGet the current user's business verification status and details.
/business/verificationAuthSubmit business verification documents for review.
/business/verification/documents/[id]AuthDownload a specific verification document (only the document owner can access).
Berechtigungen
(9)Freigaben und Berechtigungen für gemeinsame Ressourcen verwalten.
/permissionsAuthBenötigt: manage_permissionsGet all permissions for a resource. Requires manage_permissions access.
/permissionsAuthBenötigt: manage_permissionsGrant permissions on a resource to a user by email. Available permissions: view, start, stop, restart, console, backup, backup_create, backup_restore, backup_delete, backup_schedule, settings, delete, manage_permissions.
/permissionsAuthBenötigt: manage_permissionsDelete Permissions.
/permissions/[id]AuthUpdate permissions for an existing permission grant.
/permissions/[id]AuthRevoke a permission grant.
/permissions/[id]/detailsAuthGet permission invitation details (for acceptance page). Only the invited user can access.
/permissions/acceptAuthAccept a permission invitation.
/permissions/declineAuthDecline a permission invitation.
/permissions/meAuthGet permissions shared with the current user. Supports ?status= filter.
Subdomains
(5)Subdomains und DNS-Einträge konfigurieren.
/subdomainsAuthList all subdomain records for the current user. Returns limitUsed/limitMax (max 5). Response includes srvService and srvProtocol for SRV records.
/subdomainsAuthCreate a subdomain record. Types: A, AAAA (Proxmox only), CNAME (target = own subdomain FQDN), SRV (Pterodactyl only). SRV requires targetCnameSubdomain: subdomain of an existing CNAME, A or AAAA record for the same domain and service (SRV target must be a hostname). For SRV use presetId (ts3|minecraft) or srvService+srvProtocol. Service must belong to user. A/AAAA: only same owner may add second type for same subdomain. Max 5 records per user.
/subdomains/[id]AuthUpdate a subdomain record (comment only). Only the record owner can update. Uses owner-scoped write (id + userId).
/subdomains/[id]AuthDelete a subdomain record and the corresponding Cloudflare DNS record. Only the record owner can delete. Uses owner-scoped delete (id + userId).
/subdomains/domainsAuthList allowed (active) domains for the subdomain tool. Customer-facing; returns id and domain only.
Speicher
(8)Dateien hochladen und verwalten.
/storageAuthList user's storage volumes (standalone services + legacy nested volumes).
/storageAuthCreate a new storage volume (legacy flow).
/storage/[id]AuthGet storage volume details (standalone service or legacy nested volume).
/storage/[id]AuthUpdate storage volume properties (name, attachment).
/storage/[id]AuthDelete a storage volume.
/storage/[id]/cancelAuthCancel storage subscription (immediate or at period end). Detaches volume and restarts VM if needed.
/storage/add-to-cartAuthAdd additional storage to cart with pricing calculation. VM assignment happens after payment.
/storage/configAuthGet available storage types and pricing based on node configuration. Optionally scoped to a server.
Weitere APIs
(60)Saisonale Aktionen und sonstige Endpunkte außerhalb der Hauptgruppen.
/account/company-transferAuthGet Account / Company Transfer.
/account/company-transferAuthCreate or perform Account / Company Transfer.
/account/contract-partnerAuthGet Account / Contract Partner.
/account/legal-documentsAuthGet Account / Legal Documents.
/account/tenant-transferAuthGet Account / Tenant Transfer.
/account/tenant-transferAuthCreate or perform Account / Tenant Transfer.
/blog-posts/[slug]/voteAuthCreate or perform Blog Posts / Slug / Vote.
/case-reports/damageAuthCreate or perform Case Reports / Damage.
/case-reports/damage/bootstrapAuthGet Case Reports / Damage / Bootstrap.
/container/accessAuthGet Container / Access.
/container/projectsÖffentlichGet Container / Projects.
/container/projectsÖffentlichCreate or perform Container / Projects.
/container/projects/[id]ÖffentlichGet Container / Projects / ID.
/container/projects/[id]/domainsÖffentlichCreate or perform Container / Projects / ID / Domains.
/container/projects/[id]/importÖffentlichCreate or perform Container / Projects / ID / Import.
/container/projects/[id]/networksÖffentlichCreate or perform Container / Projects / ID / Networks.
/container/projects/[id]/portsÖffentlichCreate or perform Container / Projects / ID / Ports.
/container/projects/[id]/templatesÖffentlichGet Container / Projects / ID / Templates.
/container/projects/[id]/templatesÖffentlichCreate or perform Container / Projects / ID / Templates.
/container/projects/[id]/workloadsÖffentlichCreate or perform Container / Projects / ID / Workloads.
/container/regionsÖffentlichGet Container / Regions.
/container/workloads/[id]ÖffentlichGet Container / Workloads / ID.
/container/workloads/[id]/actionsÖffentlichCreate or perform Container / Workloads / ID / Actions.
/container/workloads/[id]/envÖffentlichGet Container / Workloads / ID / Env.
/container/workloads/[id]/envÖffentlichReplace or update Container / Workloads / ID / Env.
/container/workloads/[id]/filesÖffentlichGet Container / Workloads / ID / Files.
/container/workloads/[id]/filesÖffentlichCreate or perform Container / Workloads / ID / Files.
/container/workloads/[id]/logsÖffentlichGet Container / Workloads / ID / Logs.
/container/workloads/[id]/monitoringÖffentlichGet Container / Workloads / ID / Monitoring.
/eventsAuthGet Events.
/events/collectAuthCreate or perform Events / Collect.
/preordersAuthGet Preorders.
/preorders/[id]/withdrawAuthCreate or perform Preorders / ID / Withdraw.
/teamAuthGet Team.
/teamAuthCreate or perform Team.
/team/[teamId]AuthGet Team / TeamId.
/team/[teamId]AuthUpdate Team / TeamId.
/team/[teamId]AuthDelete Team / TeamId.
/team/[teamId]/auditAuthGet Team / TeamId / Audit.
/team/[teamId]/groupsAuthGet Team / TeamId / Groups.
/team/[teamId]/groupsAuthCreate or perform Team / TeamId / Groups.
/team/[teamId]/groups/[groupId]AuthUpdate Team / TeamId / Groups / GroupId.
/team/[teamId]/groups/[groupId]AuthDelete Team / TeamId / Groups / GroupId.
/team/[teamId]/groups/[groupId]/membersAuthCreate or perform Team / TeamId / Groups / GroupId / Members.
/team/[teamId]/groups/[groupId]/membersAuthDelete Team / TeamId / Groups / GroupId / Members.
/team/[teamId]/invitesAuthGet Team / TeamId / Invites.
/team/[teamId]/invitesAuthCreate or perform Team / TeamId / Invites.
/team/[teamId]/invites/[inviteId]AuthDelete Team / TeamId / Invites / InviteId.
/team/[teamId]/membersAuthGet Team / TeamId / Members.
/team/[teamId]/members/[userId]AuthUpdate Team / TeamId / Members / UserId.
/team/[teamId]/members/[userId]AuthDelete Team / TeamId / Members / UserId.
/team/[teamId]/ownership-transferAuthCreate or perform Team / TeamId / Ownership Transfer.
/team/[teamId]/payment-methodsAuthGet Team / TeamId / Payment Methods.
/team/[teamId]/payment-methodsAuthCreate or perform Team / TeamId / Payment Methods.
/team/[teamId]/projectsAuthGet Team / TeamId / Projects.
/team/[teamId]/projectsAuthCreate or perform Team / TeamId / Projects.
/team/[teamId]/projects/[projectId]AuthCreate or perform Team / TeamId / Projects / ProjectId.
/team/[teamId]/subscriptions/[subscriptionId]/cancelAuthCreate or perform Team / TeamId / Subscriptions / SubscriptionId / Cancel.
/team/invite/[token]AuthGet Team / Invite / Token.
/team/invite/[token]AuthCreate or perform Team / Invite / Token.