Skip to main content
GET
Retrieve a QR code
GET /v1/qr/{qr_id} requires QR codes: Read (qr_codes.view).
The response contains: Numeric database IDs and private safety metadata are never returned. An invalid, deleted, or cross-workspace ID returns 404 resource_not_found.

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.

Authorizations

Authorization
string
header
required

A workspace API key beginning with biqli_.

Path Parameters

qr
string
required
Pattern: ^biq_qr_[0-9A-HJKMNP-TV-Z]{26}$

Response

QR code.

qr_code
object
required
status
string
required
Allowed value: "success"