get
https://production-api.shoutaboutus.com/api/v1/qr-codes/template/
Get a single QR code template by its path ID, with the related store included; 404s if the template does not belong to the authenticated user's company.
Auth: Account — authentication; the lookup is, so a template outside the auth user's own company yields 404 (no partner-tree walk). The get method takes a plain Request — no request validation, the {id} segment is constrained to [0-9]+ at the route.
Rate limit: No rate limit.
Request
Response — { data. } envelope. The controller passes an array, so the envelope wraps these keys directly:
status(string) —"success".data(object) — theQrCodeTemplatemodel, includingid,name,description,store_id,template_type,design_html,design_settings,design_html_back,design_settings_back,qr_code_id,company_id,created_at,updated_at, and includedstore(id,name).message(string) —"QR code template retrieved successfully".
Path params
| Parameter | Type | Required | Notes |
|---|---|---|---|
templateId | integer | Required | Digits only. |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
