Skip to main content

Get QR Code

Generate and download a QR code image for a marker.

GET /api/v1/markers/{id}/qr

Parameters

ParameterTypeLocationDescription
iduuidpathMarker ID

Headers

Authorization: Bearer {access_token}

Response

Returns a PNG image file.

HeaderValue
Content-Typeimage/png
Content-Dispositioninline; filename="{shortCode}.png"
note
  • QR code encodes a deep link URL: {DEEP_LINK_BASE_URL}/marker/{shortCode}
  • Generated on-the-fly (not stored)
  • PNG format