← Back to API Reference overview

QR Code Templates

Endpoints for managing QR Code Templates in Linkbreakers. These endpoints allow you to create, retrieve, update, and delete QR Code Templates.

Shortcut: ⌘K

#The QR Code Template object

QrcodeTemplate represents a QR code design template

builtIn

boolean

createdAt

string (date-time)

description

string

id

string

name

string

priority

integer (int32)

qrcodeDesign

object

qrcodeDesignId

string

slug

string

thumbnailSignedUrl

string

updatedAt

string (date-time)

workspaceId

string
GET/v1/qrcode-templates/listRequires auth

#List QR code templates

#Parameters

query parameters

search

stringquery

size

integer (int32)query

linkDestination

stringquery

include

array<string>query

#Response

200

Everything worked as expected.

bestFitId

string

qrcodeTemplates

array<object>

#Error response

All endpoints may return an unexpected error payload when a request cannot be processed.

error

objectRequired

Wrapped error response.