Documentation / API Overview / Available API Endpoint Index

Available API Endpoint Index

Published list of available API endpoint files found in the current PanelConfig project.

This index lists the API endpoint files found in the deployed build. Every row here corresponds to a PHP file under /api/v1/. Additional workflow coverage is documented separately.

EndpointMethodBearer tokenAdmin-capable rolePublished/recommended scope label
/api/v1/accounts.phpGETYesNoaccounts.read
/api/v1/api-request-logs.phpGETYesYesplatform.read
/api/v1/app-catalog.phpGETYesYesplatform.read
/api/v1/app-installations.phpGETYesNowebsites.read
/api/v1/app-tasks.phpGETYesNowebsites.read
/api/v1/audit-logs.phpGETYesYesplatform.read
/api/v1/backup-restores.phpGETYesNobackups.read
/api/v1/backup-schedules.phpGETYesNobackups.read
/api/v1/backups.phpGETYesNobackups.read
/api/v1/cron-jobs.phpGETYesNocron.read
/api/v1/cron.phpGETYesNocron.read
/api/v1/database-grants.phpGETYesNodatabases.read
/api/v1/database-users.phpGETYesNodatabases.read
/api/v1/databases.phpGETYesNodatabases.read
/api/v1/dns-records.phpGETYesNodomains.read
/api/v1/dns-zones.phpGETYesNodomains.read
/api/v1/domains.phpGETYesNodomains.read
/api/v1/email-accounts.phpGETYesNoemail.read
/api/v1/email-aliases.phpGETYesNoemail.read
/api/v1/email-auth.phpGETYesNoemail.read
/api/v1/email-filters.phpGETYesNoemail.read
/api/v1/email-forwarders.phpGETYesNoemail.read
/api/v1/email-routing.phpGETYesNoemail.read
/api/v1/email.phpGETYesNoemail.read
/api/v1/file-bookmarks.phpGETYesNobackups.read
/api/v1/file-operations.phpGETYesNobackups.read
/api/v1/firewall-rules.phpGETYesYesplatform.read
/api/v1/ftp-accounts.phpGETYesNobackups.read
/api/v1/health.phpGETNoNopublic
/api/v1/import-profiles.phpGETYesNowebsites.read
/api/v1/index.phpGETNoNopublic
/api/v1/ip-blocks.phpGETYesNoplatform.read
/api/v1/jobs.phpGETYesNojobs.read
/api/v1/login-history.phpGETYesYesplatform.read
/api/v1/malware-findings.phpGETYesNoplatform.read
/api/v1/malware-scans.phpGETYesNoplatform.read
/api/v1/me.phpGETYesNoprofile.read
/api/v1/migration-items.phpGETYesNowebsites.read
/api/v1/migration-jobs.phpGETYesNowebsites.read
/api/v1/openapi.phpGETNoNopublic
/api/v1/php-runtime.phpGETYesNowebsites.read
/api/v1/redirects.phpGETYesNowebsites.read
/api/v1/release-audit.phpGETYesNoplatform.read
/api/v1/security-events.phpGETYesNoplatform.read
/api/v1/server-advisor-checks.phpGETYesNoplatform.read
/api/v1/server-advisor-results.phpGETYesNoplatform.read
/api/v1/server-health.phpGETYesNoplatform.read
/api/v1/service-events.phpGETYesYesservices.read
/api/v1/services.phpGETYesYesservices.read
/api/v1/settings.phpGETYesYessettings.read
/api/v1/ssl-certificates.phpGETYesNossl.read
/api/v1/ssl-orders.phpGETYesNossl.read
/api/v1/ssl.phpGETYesNossl.read
/api/v1/subdomains.phpGETYesNowebsites.read
/api/v1/toolkit.phpGETYesNoplatform.read
/api/v1/waf-rules.phpGETYesYesplatform.read
/api/v1/website-logs.phpGETYesNowebsites.read
/api/v1/websites.phpGETYesNowebsites.read
/api/v1/wordpress-sites.phpGETYesNowebsites.read
/api/v1/wordpress-tasks.phpGETYesNowebsites.read

Important Notes

  • All listed endpoints are GET/read or metadata endpoints in this source snapshot.
  • Many authenticated resource endpoints apply 120 requests per 60 seconds rate limiting.
  • Admin-only rows call pc_user_is_admin().
  • Scope labels are documented from the product direction, but central scope enforcement was not found in the inspected API helper.
← Backup Provider Integration Concepts API Workflow Coverage →