Developer mode

Monitor API changes, integrations, anomalies, and fixes

Enhanced QR Code Generation with Custom Error Correction

FeatureActive
v2.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/generate

API Version 2.0 - Authentication Changes

BreakingActive
v2.0.02/15/2026

Migrated to Bearer token authentication. API keys now required in Authorization header.

Affected Endpoints:

All endpoints

Deprecation Notice: Legacy Scan Endpoint

DeprecatedDeprecated
v1.9.02/10/2026

The /v1/scan endpoint will be removed in v3.0. Please migrate to /v1/code/decode.

Affected Endpoints:

POST /v1/scan

Webhook Retry Mechanism

FeaturePlanned
v2.2.03/5/2026

Added automatic retry logic for failed webhook deliveries with exponential backoff.

Affected Endpoints:

Webhook delivery system