List icons usable as a QR centre logo
Returns the icon names (the button icon set) that a design's logo field can reference as 'icon:<name>'. Requires a read-scoped key.
Authorization
bearerAuth Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/api/admin/qr/logo-icons"{ "items": [ "heart", "onlyfans", "telegram" ]}{ "detail": "auth required"}List the QR design catalog
Returns the built-in catalog of 100 QR designs — 10 shape families × 10 colour palettes, each item carrying a complete design config for the engine. Pass a catalog id as preset when creating or editing a code, or take its design as a starting point for a custom one. Requires a read-scoped key.
Render a QR design preview
Renders an arbitrary design as an SVG string for a live constructor preview — the same deterministic engine that serves the saved codes; nothing is stored. Requires a write-scoped key.