API REST de QR para WordPress
El acceso API se incluye en los planes Business y 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.
Preguntas frecuentes
¿Cómo instalo QRCode Suite en WordPress?
Suba el ZIP del plugin a través de WordPress › Plugins › Añadir nuevo › Subir plugin, y actívelo. El plugin requiere WordPress 6.0+ y PHP 8.1+.
¿QRCode Suite funciona con cualquier tema de WordPress?
Sí. QRCode Suite funciona enteramente en la administración de WordPress y genera códigos QR que pueden incrustarse en cualquier lugar mediante shortcodes o el editor de bloques. No depende del tema.
¿En cuántos sitios WordPress puedo usar QRCode Suite?
Los planes Free y Pro cubren 1 sitio. Business cubre 5 sitios. Agency cubre hasta 25 sitios. También hay licencias enterprise a medida.
¿QRCode Suite funciona con WordPress Multisite?
QRCode Suite está diseñado para instalaciones WordPress estándar. La compatibilidad con Multisite está en la hoja de ruta. Contacte con soporte para conocer el estado actual.
¿Qué versión de PHP requiere QRCode Suite?
Se requiere PHP 8.1 o superior. PHP 8.2 y 8.3 están totalmente soportados.
Automatice desde WordPress
Endpoints REST, wp-cli, exports WP-CRON — función Business+.