Skip to main content
GET
Lists page templates, on the Management API host (api.scanova.io), authenticated with your raw Management API key.
boolean
List only the caller’s own templates instead of the system gallery — unpaginated, newest-modified first. Empty for unauthenticated calls.
string
Filter the system gallery to templates whose tags include this QR category slug. Only applies when mine isn’t set.
Search template name/description.
integer
Page number.
integer
Results per page, max 100.
By default this is the system template gallery (is_system: true, 20 per page, sorted favourited-first then by order). Pass ?mine=true to switch to your own templates instead — note the response shape stays the same but pagination/sorting differs as described above.

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. api.scanova.io) — the same key sent to the regular API host will not authenticate.

Query Parameters

mine
boolean

List only the caller's own templates instead of the system gallery.

category
string

Filter the system gallery to templates whose filter_tags include this category slug.

Search template name/description.

page
integer
page_size
integer

Max 100.

Response

200 - application/json

Paginated list of page templates.