Skip to main content
GET
Retrieve a QR code
Management API 主机(management.scanova.io)上获取、更新或删除单个二维码,使用您的原始 Management API 密钥进行身份验证。
string
必填
该二维码的 qrid(例如 QR7K9M2XN)——由 GET /qr/ 返回的人类可读标识符,而非数字 id
同一个视图也可以通过 /qr/{qrid}/ 访问(即与列出/创建端点使用相同的路径前缀)——两个路径解析到完全相同的视图和行为。本参考文档以 /qrcode/{qrid}/ 为准,因为这是本文档集所核实的路径,但两者均可使用。
GET 返回完整的详情数据结构——创建/更新序列化器所接受的每一个字段,外加计算字段,但不包含 AI 助手相关字段(ai_qr_codeai_session_idai_chat_history)以及列表端点同样省略的跨数据库响应计数字段。

作用范围与错误

此处的每个方法都只对该密钥所属账户拥有的二维码生效——请求一个您不拥有的(或不存在的)qrid 会返回 404,而非 403,因此您无法利用此端点探测其他账户的二维码是否存在。

相关内容

授权

Authorization
string
header
必填

Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. management.scanova.io) — the same key sent to the regular API host will not authenticate.

路径参数

qrid
string
必填

响应

200

QR code detail