QR codes

List / get / update / delete / duplicate the QR codes an account uses for in-person review solicitation.

List / get / update / delete / duplicate the QR codes an account uses for in-person review solicitation.

Prerequisites

  • A bearer token in the Authorization header. Any endpoint that needs no token says so on its own page.
  • The id of each record the call targets. Every endpoint page lists the ids it needs.

Errors

StatusMeaning
401The bearer token is missing, expired or invalid
403The token is valid but the record sits outside your account
422The request failed validation — the response names the fields
500Unexpected server error

Individual endpoints may return more; each page lists its own.

Endpoints

List QR codes

GET — Get a paginated list of QR codes scoped to the authenticated account-user's company, with each row's total_scans computed from scan history.

Open →

Get QR code

GET — Get a single QR code by ID, including its destination, customization and image URL.

Open →

Update QR code

PUT — Partially updates a QR code belonging to the authenticated account-user.

Open →

Delete QR code

DELETE — Soft-delete a QR code belonging to the authenticated account-user and removes its stored image from S3.

Open →

Duplicate QR code

POST — Create a copy of an existing QR code with optional field overrides; the source must belong to the authenticated account-user.

Open →

Create QR code

POST — Create a QR code for the authenticated account.

Open →


Did this page help you?