QR Code Tags
QR Code Tags
The QR Code Tags resource allows you to manage tags that can be associated with QR code addresses. Tags provide a flexible way to categorise and filter QR codes.
Available Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/qrcode-tags |
List all QR code tags with pagination |
| GET | /api/qrcode-tags/uuid/{uuid} |
Get a single QR code tag by UUID |
| POST | /api/qrcode-tags |
Create a new QR code tag |
| PATCH | /api/qrcode-tags/uuid/{uuid} |
Update an existing QR code tag |
| DELETE | /api/qrcode-tags/uuid/{uuid} |
Delete a QR code tag |
| POST | /api/qrcode-tags/bulk-import |
Bulk import tags from a JSON payload |