Overview
Your usage, key, and quick start guide
Monthly Usage
of
passes used
API Key
Pro — 100k passes/mo Free — 1k passes/mo
Quick Start
Generate your first pass:
curl -X POST https://api.walletwallet.dev/api/pkpass \
-H "Content-Type: application/json" \
-H "Authorization: Bearer " \
-d '{
"barcodeValue": "MEMBER-123",
"barcodeFormat": "QR",
"logoText": "My Card",
"organizationName": "My Company",
"primaryFields": [{"label": "MEMBER", "value": "Gold"}],
"headerFields": [{
"label": "POINTS",
"value": "100",
"changeMessage": "Now at %@ points"
}],
"colorPreset": "dark"
}' \
-o card.pkpass