List QR Codes
QR Codes
List QR Codes
Retrieve a paginated list of your QR codes
GET
List QR Codes
Get a list of all QR codes created by the authenticated user with filtering, sorting, and pagination options.
This endpoint returns QR codes with regenerated
dataURL for each item, allowing immediate use/display of the QR code images.Query Parameters
Page number for pagination.
Items per page. Maximum:
100.Filter by creation source.Options:
QR_CODE_GENERATOR, BULK_IMPORT, URL_SHORTENERFilter by QR code type.Options:
static, dynamic, tracked, allSearch term to filter by name or content.
Filter by creation date range.Options:
last_hour, last_24_hours, last_7_days, last_30_days, last_year, all_timeField to sort by.Options:
name, scans, created_atSort order:
asc or desc.Response
Whether the request was successful.
Response data containing QR codes and pagination.
Request Examples
- cURL
- Node.js
- TypeScript
- Python
- PHP
- Go
- Java
Response Examples
- 200 Success
Use Cases
Paginate through all QR codes
Paginate through all QR codes
Iterate through all QR codes using pagination.
Find top performing QR codes
Find top performing QR codes
Get QR codes sorted by scan count.
Search for specific QR codes
Search for specific QR codes
Find QR codes by name or content.
Related Endpoints
Generate QR Code
Create a new QR code
Get QR Code
Get a specific QR code by ID
Update QR Code
Update QR code properties
Delete QR Code
Delete a QR code