Skip to main content
POST
Enregistre un nouveau modèle de redirection conditionnelle, sur l’hôte de l’API de gestion (api.scanova.io), authentifié avec votre clé d’API de gestion brute.
string
requis
Nom du modèle, 100 caractères maximum.
array
requis
Un tableau de groupes de conditions. Chaque groupe a un opérateur logique logic (AND/OR), un tableau conditions de vérifications {field, operator, value}, et une redirect_url vers laquelle envoyer les scans correspondants.
Enregistrer un modèle ne l’associe pas automatiquement à un code QR — appliquez-le séparément à la configuration de redirection conditionnelle d’un code QR.

Voir aussi

Autorisations

Authorization
string
header
requis

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.

Réponse

201 - application/json

Template created.