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 unique ID of the QR code.
The domain of the QR code. If not provided, the main domain of the project will be used (or codeqr.link
if the project does not have domains).
The slug of the QR code. If not provided, a random slug of 7 characters will be generated.
If the QR code is archived.
The date and time the QR code will expire in ISO-8601 format. Must be in the future.
The destination URL when the QR code expires.
The password required to access the destination URL of the QR code.
The external ID associated with the QR code.
[BETA] If should track conversions for the QR code.
If the QR code uses the custom link preview feature.
The title of the QR code generated via api.codeqr.io/metatags
. Will be used for custom link preview if proxy
is true.
The description of the QR code generated via api.codeqr.io/metatags
. Will be used for custom link preview if proxy
is true.
The image of the QR code generated via api.codeqr.io/metatags
. Will be used for custom link preview if proxy
is true.
The source UTM of the QR code.
The medium UTM of the QR code.
The campaign UTM of the QR code.
The term UTM of the QR code.
The content UTM of the QR code.
If the QR code uses link cloaking.
If the QR code should be indexed.
If the QR code is flexible.
If the QR code is filled.
The destination URL for iOS for the QR code for device targeting iOS.
The destination URL for Android for the QR code for device targeting Android.
Geographic segmentation information for the QR code in the JSON format {[COUNTRY]: https://example.com }
. Learn more: https://codeqr.link/geo
If the QR code is static.
The type of the QR code.
url
, text
, email
, wifi
, phone
, vcard
, crypto
, sms
, facetime
, latlog
, pix
The static content of the QR code.
The text of the QR code.
The email information of the QR code.
The WiFi information of the QR code.
The URL of the QR code.
The phone number of the QR code.
The vCard information of the QR code.
The cryptocurrency information of the QR code.
The SMS information of the QR code.
The FaceTime information of the QR code.
The latitude and longitude information of the QR code.
The logo of the QR code.
The background color of the QR code.
The foreground color of the QR code.
The size of the QR code.
The level of error correction of the QR code.
If the logo should be displayed in the QR code.
The source of the QR code.
The height of the QR code.
The width of the QR code.
If the QR code should be excavated.
The ID of the user that created the QR code.
The ID of the project of the QR code.
If the statistics of the QR code are publicly accessible.
The number of scans of the QR code.
The date and time the QR code was scanned last.
The number of leads generated by the QR code.
The number of sales generated by the QR code.
The amount of the sale generated by the link.
The date and time the QR code was created.
The date and time the QR code was updated last.
[DEPRECATED (use tags
instead)]: The unique ID of the tag assigned to the QR code.
The tags assigned to the QR code.
The comments for the QR code.
The notification token of the QR code.
If the QR code has pre-redirection.
If the form is mandatory for the page.
The ID of the page to redirect to before the QR code destination.
The URL of the page to redirect to before the QR code destination.