curl "https://api.scanova.io/qr/Qa1b2c3d4e5f6g7h8/gs1-references/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
{
"is_gs1_referenced": true,
"gs1_codes": [
{ "name": "Cocoa 500g — GTIN 01234567890128", "qrid": "Qz9y8x7w6v5u4t3s" }
]
}
QR Codes
Check GS1 references
GET /qr//gs1-references/
GET
/
qr
/
{qrid}
/
gs1-references
/
curl "https://api.scanova.io/qr/Qa1b2c3d4e5f6g7h8/gs1-references/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
{
"is_gs1_referenced": true,
"gs1_codes": [
{ "name": "Cocoa 500g — GTIN 01234567890128", "qrid": "Qz9y8x7w6v5u4t3s" }
]
}
Reports whether a landing QR Code is used as the resolution target of one or more GS1 QR Codes.
GET https://api.scanova.io/qr/{qrid}/gs1-references/
Authorization: 401f7ac837da42b97f613d789819ff93537bee6a
string
required
The
qrid of the non-GS1 QR Code to check.curl "https://api.scanova.io/qr/Qa1b2c3d4e5f6g7h8/gs1-references/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
{
"is_gs1_referenced": true,
"gs1_codes": [
{ "name": "Cocoa 500g — GTIN 01234567890128", "qrid": "Qz9y8x7w6v5u4t3s" }
]
}
Related
- Delete a QR Code — the delete this check protects.
- Permanently delete trashed QR Codes — the same guard applies here.
- List and create child QR Codes — the other GS1 relationship that blocks deletion.
- QR Manager overview — the quotas, role permissions, and Trash model shared by every endpoint in this module.
- Management API overview — the auth scheme and quota rules that apply to this endpoint.
Authorizations
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. api.scanova.io) — the same key sent to the regular API host will not authenticate.
Path Parameters
The QR code's qrid — the opaque public identifier returned by the list endpoint, not the numeric id.
Response
Reference report.
Was this page helpful?