Developer mode
Monitor API changes, integrations, anomalies, and fixes
Enhanced QR Code Generation with Custom Error Correction
FeatureActivev2.1.03/1/2026
Added support for custom error correction levels (L, M, Q, H) in QR code generation API.
Affected Endpoints:
POST /v1/code/generateAPI Version 2.0 - Authentication Changes
BreakingActivev2.0.02/15/2026
Migrated to Bearer token authentication. API keys now required in Authorization header.
Affected Endpoints:
All endpointsDeprecation Notice: Legacy Scan Endpoint
DeprecatedDeprecatedv1.9.02/10/2026
The /v1/scan endpoint will be removed in v3.0. Please migrate to /v1/code/decode.
Affected Endpoints:
POST /v1/scanWebhook Retry Mechanism
FeaturePlannedv2.2.03/5/2026
Added automatic retry logic for failed webhook deliveries with exponential backoff.
Affected Endpoints:
Webhook delivery system