Obtener un template de wallet
Templates
GET /v1/loyalty/templates/{id}
Get one wallet card design with its branding, fields, and barcode.
GET
Obtener un template de wallet
Returns a single wallet template. Use it to inspect a specific version — for example the one an already-issued pass was built from, which is not necessarily the published one.
Endpoint
Required scope
loyalty:read
Headers
Path parameters
Example request
Response
200 OK
401 Unauthorized
Missing, invalid, revoked, or expired token.403 Forbidden
The token does not have theloyalty:read scope.
404 Not Found
No template with that id in your company.502 Bad Gateway
The loyalty service is unreachable.Operational notes
slotplaces the field on the card:header,primary,secondary,auxiliary, orback. Apple and Google render the slots differently, and each platform caps how many fields it shows — a template with more fields than a platform supports is truncated by that platform, not rejected.barcode.typeofnonemeans the card carries no code, which is worth knowing before you build a scanner flow around it.- The bindings resolved today are
{{balancePoints}},{{stampsCount}},{{tier}}, and{{serialNumber}}. Other placeholder-looking text in avalueis rendered literally.