QR templates
Reusable QR templates — design / colours / logo.
Reusable QR templates — design / colours / logo. Accounts roll their own.
Prerequisites
- A bearer token in the
Authorizationheader. Any endpoint that needs no token says so on its own page. - The id of each record the call targets. Every endpoint page lists the ids it needs.
Errors
| Status | Meaning |
|---|---|
401 | The bearer token is missing, expired or invalid |
403 | The token is valid but the record sits outside your account |
404 | Returned if the template does not belong to the authenticated user's company |
422 | The request failed validation — the response names the fields |
500 | Unexpected server error |
Individual endpoints may return more; each page lists its own.
Endpoints
GET — Get a paginated list of QR code templates scoped to the authenticated user's company, with filtering (store, type, date range), full-text search, and sorting.
GET — Get a single QR code template by its path ID, with the related store included; 404s if the template does not belong to the authenticated user's company.
POST — Update an existing QR code template (identified by id in the body), filling the validated fields and saving.
DELETE — Soft-delete a QR code template identified by the id query/body parameter; 404s if it does not belong to the authenticated user's company.
POST — Duplicate an existing QR code template (by path ID) into a new row under the same store, auto-generating a unique "Copy of …" name.
Updated 14 days ago
