Authorizations
Default authentication mechanism
Path Parameters
The id of the QR Code to update. You may use either qrcodeId
(obtained via /qrcodes/info
endpoint) or externalId
prefixed with ext_
.
Body
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.
This is the ID of the QR code in your database. If defined, it can be used to identify the QR code in the future. It must be prefixed with ext_
when passed as a query parameter.
1 - 255
"123456"
If should track conversions for the QR code.
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 URL to redirect when the QR code expires.
The password required to access the destination URL of 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.
If the QR code uses link cloaking.
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 }
.
Allow search engines to index your QR code. The default is false
if not provided. Learn more: https://codeqr.link/noindex
An array of webhook IDs to trigger when the link is clicked. These webhooks will receive click event data.
If the statistics of the QR code are publicly accessible.
The unique ID of the tag assigned to the QR code. This field is deprecated – use tagIds
instead.
The unique IDs of the tags assigned to the QR code.
["clux0rgak00011..."]
The unique name of the tags assigned to the QR code (case insensitive).
The comments for the QR code.
If the QR code is flexible.
If the QR code is filled.
If the QR code is static.
The type of content of the QR code.
url
, text
, email
, wifi
, phone
, vcard
, crypto
, sms
, facetime
, latlog
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 destination 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 image URL of the QR code.
The height of the QR code.
The width of the QR code.
If the QR code should have excavated areas.
The pattern of the modules of the QR code.
The shape of the design around the QR code (none, square, circle).
The type of frame of the QR code.
The color of the frame of the QR code.
The text of the frame of the QR code.
If the QR code has pre-redirection.
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.
If the form is mandatory for the page.
Response
The updated QR Code
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.