QR Codes
List QR Codes
Lists dynamic and static QR codes in the workspace (newest first by
default), with cursor pagination. Requires the qr:read scope.
GET
List QR Codes
Authorizations
API key in the Authorization header: Bearer qr_live_… or Bearer qr_test_…. Token endpoints take a Clerk session JWT instead.
Query Parameters
Required range:
1 <= x <= 100Opaque cursor from a previous response's next_cursor.
Available options:
dynamic, static, all Only codes in this folder (e.g. fld_12).
inactive only matches paused dynamic codes.
Available options:
active, inactive, all Available options:
created_at, updated_at, name, scan_count Available options:
asc, desc Case-insensitive name search.
Previous
Create QR CodeCreates a QR code, renders its image (SVG, stored on QRKit's CDN) and
returns the full object. Requires the `qr:write` scope.
Each target type takes structured fields (recommended) or a
pre-encoded `destination` string. Dynamic codes count against your
plan's QR limit; static codes do not.
Next
List QR Codes

