Skip to main content
GET
List QR codes
GET /v1/qr requires QR codes: Read (qr_codes.view). Every item contains the same complete public fields as Retrieve.

Query parameters

Do not send starting_after and ending_before together. Keep all filters unchanged while following cursors. The response contains qr_codes and pagination. has_more indicates whether another forward page exists. Use only the returned next_cursor and previous_cursor; do not construct cursors yourself. Unknown query parameters, malformed cursors, and unsupported filter values return 422 validation_error.

Shared API behavior

Authentication is workspace-scoped; see Authentication. Errors use the standard envelope and request IDs described in Errors, and requests are subject to Rate limits. This endpoint uses cursor pagination; see Pagination.

Authorizations

Authorization
string
header
required

A workspace API key beginning with biqli_.

Query Parameters

Required string length: 1 - 255
type
enum<string>
Available options:
static,
dynamic
content_type
enum<string>
Available options:
text,
link,
email,
phone,
sms,
wifi,
vcard,
event,
application,
whatsapp
page_size
integer
default:50
Required range: 1 <= x <= 100
starting_after
string

Next-page public ID cursor; mutually exclusive with ending_before.

ending_before
string

Previous-page public ID cursor; mutually exclusive with starting_after.

Response

QR-code list.

qr_codes
object[]
required
pagination
object
required
status
string
required
Allowed value: "success"