Simple json payload to customize and create exactly the pass you need.
{
"backgroundColor": "#0F1219",
"foregroundColor": "#FFFFFF",
"labelColor": "#FFFFFF",
"primaryText": "Your Event Name",
"headerLabelRight": "Admit",
"headerTextRight": "One",
"secondaryLabelLeft": "Date",
"secondaryTextLeft": "August 24, 2025",
"secondaryLabelRight": "Doors",
"secondaryTextRight": "6:30 PM",
"auxiliaryLabelLeft": "Seat",
"auxiliaryTextLeft": "B12",
"auxiliaryLabelRight": "Gate",
"auxiliaryTextRight": "North Entrance",
"backFields": [
{
"label": "Support",
"value": "support@yourdomain.com"
},
{
"label": "Terms",
"value": "https://yourdomain.com/terms"
},
{
"label": "Help Desk",
"value": "(555) 123-9876"
}
],
"barcode": {
"format": "qr",
"message": "https://yourdomain.com/check-in/{{token}}"
}
}