API Reference

REST API Reference

Base URL: https://api.qrzone.io/v2 -- All endpoints require Bearer token authentication.

POST/v2/codesCreate a new QR code with customization options.
GET/v2/codes/:idRetrieve details and analytics for a specific code.
PATCH/v2/codes/:idUpdate destination, styling, or routing rules.
DELETE/v2/codes/:idDelete a QR code and its associated data.
GET/v2/codesList all codes with pagination and filtering.
POST/v2/codes/bulkGenerate up to 10,000 codes in a single request.
GET/v2/analytics/:idGet scan analytics for a specific code.
GET/v2/analytics/overviewAggregate analytics across all codes.
POST/v2/webhooksRegister a webhook endpoint for scan events.
GET/v2/webhooksList all registered webhook endpoints.