Overview
This page lists all deprecated API endpoints and their recommended replacements. Deprecated endpoints remain functional but may be removed in future API versions. We strongly recommend migrating to the new endpoints as soon as possible.
Deprecated endpoints will continue to work but may be removed in a future API version. Please migrate to the new endpoints to ensure your integration continues to work.
Deprecated Endpoints
QR Code Management
| Deprecated Endpoint | Replacement Endpoint | Method | Notes |
|---|
/qrcode/ | /qr/ | GET, POST | List and create QR codes |
/qrcode/{qrid}/ | /qr/{qrid}/ | GET, PUT, PATCH, DELETE | Retrieve, update, or delete a QR code |
/qrcode/{qrid}/download/ | /qr/{qrid}/download/ | GET | Download QR code image |
/qrcode/category/ | /qr/category/ | GET | List QR code categories |
/qrcode/validate-info/ | /qr/validate-info/ | POST | Validate QR code info payload |
/qrcode/trash/ | /qr/trash/ | GET | List trashed QR codes |
/qrcode/trash/restore/ | /qr/trash/restore/ | POST | Restore trashed QR codes |
/qrcode/trash/delete/ | /qr/trash/delete/ | POST | Permanently delete trashed QR codes |
Analytics
| Deprecated Endpoint | Replacement Endpoint | Method | Notes |
|---|
/analytics/qrcode/ | /analytics/qr/ | POST | Get QR code analytics data |
/analytics/export/ | /analytics/qr/export/ | POST | Export analytics data |
User Management
| Deprecated Endpoint | Replacement Endpoint | Method | Notes |
|---|
/user/ | /auth/user/ | GET, PUT, PATCH | Get or update user details |
/shared-user/ | /multi-users/ | GET, POST | List or create shared users |
/shared-user/{pk}/ | /multi-users/{pk}/ | GET, PUT, PATCH, DELETE | Retrieve, update, or delete shared user |
/access-level/ | /multi-users/access-levels/ | GET, POST | List or create access levels |
Account & Stats
| Deprecated Endpoint | Replacement Endpoint | Method | Notes |
|---|
/stats/ | /auth/stats/ | GET | Get account statistics |
/current/ | /plans/current/ | GET | Get current plan details |
| Deprecated Endpoint | Replacement Endpoint | Method | Notes |
|---|
/tags/ | /tag/list/ | GET | List tags |
Migration Examples
QR Code Endpoints
Before (Deprecated):
After (New):
Analytics Endpoints
Before (Deprecated):
After (New):
User Management Endpoints
Before (Deprecated):
After (New):
Migration Checklist
Support
If you need help migrating to the new endpoints, please contact our support team at support@scanova.io.
The deprecated endpoints will continue to work for a transition period, but we recommend migrating as soon as possible to avoid any disruption when they are eventually removed.