TEASEDocs
API ReferenceLandings

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
AuthorizationBearer <token>

Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.

In: header

Response Body

application/json

application/json

GET
/api/admin/qr/logo-icons
curl -X GET "https://example.com/api/admin/qr/logo-icons"
{  "items": [    "heart",    "onlyfans",    "telegram"  ]}
{  "detail": "auth required"}