Skip to main content
POST
Creates any missing tags and attaches them to many QR Codes in one call.
Requires the TAG_MANAGEMENT quota and the QR_CODE_TAG_CAN_ADD role permission.
array
required
qrid values to tag.
array
required
Tag names to apply. Names are lowercased, and any that don’t exist yet are created.
boolean
default:"false"
Apply the tags to every QR Code the account owns, ignoring ids.
all: true is account-wide and has no undo — it tags every QR Code, including ones outside any folder or filter you were looking at. Detaching afterwards means calling Detach tags for those tag names.

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.

Response

Tags applied.