Duplicate QR code

Create a copy of an existing QR code with optional field overrides; the source must belong to the authenticated account-user. The clone defaults its name to "<source name> (Copy)", copies the source's destination fields/customization where not overridden, then regenerates its own destination URL and QR image.

Auth: Account — authentication; (404 if outside the account company). The clone inherits the source's company_id. An overriding store_id must sit inside your own account tree.

Rate limit: No rate limit.

Request

  • Body (all optional — overrides only):
FieldTypeRequiredNotes
namestringoptionalmax 255; defaults to "<source> (Copy)"
store_idintegeroptionalMust be an existing location inside your own account tree
destination_typestringoptionalone of landing_page, review_site, custom_url
landing_page_idintegeroptionalMust be an existing landing-page template
review_site_idintegeroptionalMust be an existing review site
destination_urlstringoptional
customizationarrayoptionalnullable JSON object

Response{ data. } envelope wrapping an array (HTTP 201 via createdResponse).

  • data.status (string) — "success".
  • data.data (object) — the new QrCode with company:id,name, store:id,name, landingPage:id, reviewSite:id loaded and qr_code_image_url appended.
  • data.message (string) — "QR code duplicated successfully".

Path params

ParameterTypeRequiredNotes
qrCodeIdintegerRequiredDigits only.

Errors: 422 on validation failure.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
string
string
Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json