API REST QR per WordPress
L'accesso API è incluso nei piani Business e Agency.
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.
Domande frequenti
Come installo QRCode Suite su WordPress?
Carichi lo ZIP del plugin da WordPress › Plugin › Aggiungi nuovo › Carica plugin, poi lo attivi. Il plugin richiede WordPress 6.0+ e PHP 8.1+.
QRCode Suite funziona con qualsiasi tema WordPress?
Sì. QRCode Suite gira interamente nell'amministrazione WordPress e genera QR code che si possono incorporare ovunque tramite shortcode o l'editor a blocchi. Non ha dipendenze dal tema.
Su quanti siti WordPress posso usare QRCode Suite?
I piani Free e Pro coprono 1 sito. Business copre 5 siti. Agency copre fino a 25 siti. Sono disponibili anche licenze enterprise personalizzate.
QRCode Suite funziona con WordPress Multisite?
QRCode Suite è progettato per installazioni WordPress standard. La compatibilità con Multisite è sulla roadmap. Contatti il supporto per lo stato attuale.
Quale versione di PHP richiede QRCode Suite?
È richiesto PHP 8.1 o superiore. PHP 8.2 e 8.3 sono pienamente supportati.
Automatizzi da WordPress
Endpoint REST, wp-cli, export WP-CRON — funzionalità Business+.