Authorizations
Default authentication mechanism
Query Parameters
The slug of the project to which the QR code belongs. For example, for app.codeqr.io/acme
, the projectSlug is acme
.
The domain to filter the QR codes. For example, ac.me
. If not provided, all QR codes of the project will be returned.
[DEPRECATED (use tagIds instead)]: The unique ID of the tag assigned to the QR code.
The IDs of the tags to filter the QR codes.
The unique name of the tags assigned to the QR code (case insensitive).
The search term to filter the QR codes. The search term will be matched against the QR code slug and the destination URL.
The ID of the user to filter by.
If should include archived QR codes in the response. The default is false
if not provided.
The comments to filter by.
The password to filter by.
The date and time the QR code will expire in ISO-8601 format. Must be in the future.
If should include QR codes with conversion tracking enabled. The default is false
if not provided.
If should include tags in the response. The default is false
if not provided.
Filter by QR code format - static or dynamic
static
, dynamic
Filter by QR code type
url
, text
, email
, wifi
, phone
, vcard
, crypto
, sms
, facetime
, latlog
, pix
Filter QR codes with/without password protection
Filter QR codes with/without expiration date
Filter QR codes with/without UTM parameters
Filter QR codes with/without custom social media cards
Filter QR codes with/without geo-targeting
Filter QR codes with/without device targeting
Filter QR codes with/without comments
Filter QR codes with/without tags
Filter QR codes created after this date
Filter QR codes created before this date
Filter QR codes expiring after this date
Filter QR codes expiring before this date
Minimum number of scans
x >= 0
Maximum number of scans
x >= 0
The field to order the QR codes. The default is createdAt
, and the order of sorting is always descending.
createdAt
, scans
, lastClicked
The page number for pagination.
x > 0
1
The number of items per page.
0 < x <= 100
50
Response
A list of QR Codes
The response is of type QRCode · object[]
.