Get QR 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) — the QrCodeTemplate model, including id, 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 included store (id, name).
  • message (string) — "QR code template retrieved successfully".

Path params

ParameterTypeRequiredNotes
templateIdintegerRequiredDigits only.
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