QR-Code-REST-API für WordPress
API-Zugriff ist im Business- und Agency-Plan enthalten.
Built on the WordPress REST API
Endpoints register under the `/wp-json/meliqs/v1/` namespace using `register_rest_route()`. No new server stack, no separate dashboard — everything follows WP REST conventions.
API key authentication
Mint API keys from the QR Suite admin. Use them via `Authorization: Bearer <key>` or `X-API-Key` header. Each key carries a scope and a per-key rate limit.
wp-cli integration
Every endpoint has a matching `wp meliqs ...` CLI command. Generate, list, update, and export QRs from the terminal or from a CI pipeline.
WP-CRON for scheduled exports
Schedule analytics exports as recurring WP-CRON jobs. Drop CSV/JSON files into the uploads folder, R2 bucket, or an S3-compatible store.
Native WP capabilities
Endpoints check WordPress capabilities (`manage_options`, custom `meliqs_*` caps). Roles defined in WP propagate to the API — no separate user model.
Plays well with WP plugins
Works alongside Application Passwords, JWT auth plugins, and WooCommerce REST API. No conflicts because endpoints live in a dedicated namespace.
Häufig gestellte Fragen
Wie installiere ich QRCode Suite in WordPress?
Laden Sie das Plugin-ZIP über WordPress › Plugins › Hinzufügen › Plugin hochladen hoch und aktivieren Sie es. Das Plugin erfordert WordPress 6.0+ und PHP 8.1+.
Funktioniert QRCode Suite mit jedem WordPress-Theme?
Ja. QRCode Suite läuft vollständig in der WordPress-Administration und erzeugt QR-Codes, die per Shortcode oder Block-Editor überall eingebettet werden können. Es gibt keine Theme-Abhängigkeit.
Auf wie vielen WordPress-Sites kann ich QRCode Suite verwenden?
Die Pläne Free und Pro decken 1 Site ab. Business deckt 5 Sites ab. Agency deckt bis zu 25 Sites ab. Maßgeschneiderte Enterprise-Lizenzen sind ebenfalls verfügbar.
Funktioniert QRCode Suite mit WordPress Multisite?
QRCode Suite ist für Standard-WordPress-Installationen ausgelegt. Multisite-Kompatibilität steht auf der Roadmap. Wenden Sie sich an den Support für den aktuellen Stand.
Welche PHP-Version benötigt QRCode Suite?
PHP 8.1 oder höher ist erforderlich. PHP 8.2 und 8.3 werden vollständig unterstützt.
Aus WordPress heraus automatisieren
REST-Endpoints, wp-cli, WP-CRON-Exporte — Business+-Feature.