Skip to main content
GET
List QR codes
Lists or creates QR codes on the Management API host (management.scanova.io), authenticated with your raw Management API key — see the overview if you haven’t set that up yet.
GET /qr/ returns a paginated, filterable list of the QR codes owned by the account the key belongs to.

Query parameters

Free-text search against QR name, qrid, dynamic URL slug, and folder name.
string
Comma-separated category slugs, e.g. url,event. Matches any of the listed categories.
string
Comma-separated tag names. Matches any of the listed tags.
string
Comma-separated QR types: dy (Dynamic), st (Static).
integer
Folder ID — returns only QR codes in that folder.
string
ISO date. Returns QR codes created on or after this date.
string
ISO date. Returns QR codes created on or before this date.
string
One or more of name, created, qr_type, category__name, comma-separated. Prefix a field with - to sort descending, e.g. ordering=-created.
integer
default:"1"
Page number.
integer
default:"10"
Results per page, up to a maximum of 100.
next and previous are page numbers (or null), not full URLs — this API’s pagination differs from plain DRF PageNumberPagination in that respect. Fetch the next page with ?page=2, not by following a URL from the response.
category is the full category object — the fields shown above are a representative subset; the same object also carries tags, is_new, has_landing_page, helpdesk_link, qr_name_pattern, created, and modified. dynamic_url_object is only present for Dynamic (dy) QR codes.

Authorizations

Authorization
string
header
required

Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. management.scanova.io) — the same key sent to the regular API host will not authenticate.

Response

200

List of QR codes