get
https://production-api.shoutaboutus.com/api/v1/qr-codes/
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
| Parameter | Type | Required | Notes |
|---|---|---|---|
qrCodeId | integer | Required | ID of the QR code to retrieve. Digits only. |
Behaviour
- 200 returns
status,message, anddata— the QR code with itscompany,store,landingPageandreviewSiterelations, plus the generatedqr_code_image_url. - 401 when the bearer token is missing or invalid.
- 404
QR code not foundwhen 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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
