Skip to main content
GET
Enumera las propias plantillas de diseño de la cuenta para una categoría de QR o un formulario, en el host de la API de gestión (api.scanova.io), autenticado con su clave de API de gestión sin procesar.
string
predeterminado:"qr_category"
qr_category o form.
integer
Obligatorio cuando resource_type es qr_category (predeterminado). Debe omitirse cuando resource_type es form.
400 si falta category_id para resource_type=qr_category, está presente para resource_type=form, o resource_type no es ni qr_category ni form.

Relacionado

Autorizaciones

Authorization
string
header
requerido

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.

Parámetros de consulta

resource_type
enum<string>
predeterminado:qr_category
Opciones disponibles:
qr_category,
form
category_id
integer

Required when resource_type=qr_category; forbidden when resource_type=form.

Respuesta

Paginated list of design templates.