Get QR code

Get a single QR code by ID, including its destination, customization and image URL. The QR code must belong to your own account. One belonging to another account is treated as not found rather than forbidden, so the response never reveals whether that ID exists.

Auth

  • Account — The endpoint scopes results to the caller's own account automatically; there is no parameter to query another account.

Rate limit

  • No rate limit. This endpoint is a single indexed read, so it is not throttled — but treat it as a normal API call and cache the result rather than polling it.

Path params

ParameterTypeRequiredNotes
qrCodeIdintegerRequiredID of the QR code to retrieve. Digits only.

Behaviour

  • 200 returns status, message, and data — the QR code with its company, store, landingPage and reviewSite relations, plus the generated qr_code_image_url.
  • 401 when the bearer token is missing or invalid.
  • 404 QR code not found when no QR code with that ID exists in your account.
  • 500 on an unexpected server error.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json