Skip to main content
PUT
Sets the same field values across many QR Codes at once.
array
The qrid values to update.
boolean
default:"false"
Apply to every QR Code the account owns, ignoring qrids.
Any remaining top-level keys are applied as raw QR-code field overrides — {"is_active": false} in the example below.
Returns 204 No Content.
This is a low-level field-set that bypasses per-category schema validation entirely for the fields it writes. It does not carry the same safety as Update a QR Code — a value that endpoint would reject can be written here, leaving content that fails validation the next time it is edited or published. Use it for simple flags across a selection, not for content.
Toggling is_active has a side effect beyond the flag itself: it clears or re-derives expire_on on the related dynamic URL objects, so a previously-expired QR Code reactivated this way does not immediately re-expire.

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

Fields applied.