← All examples
Admission ticket · 80mm rol
Admission ticket
Kaartje met een code om te scannen bij de deur.
- What it is for
- Evenement, voorstelling, rondleiding
- Format
- 80mm rol

Fields you send
{{evenement}}{{datum}}{{aanvang}}{{locatie}}{{naam}}{{plaats}}{{soort}}{{code}}Print it
One request. The server draws it and the bridge prints it — you send values, not a document.
curl https://instntprint.com/v1/jobs \
-H "Authorization: Bearer <sleutel>" \
-d '{
"printer": "Counter",
"template": "Toegangsbewijs",
"data": {
"evenement": "…",
"datum": "…",
"aanvang": "…",
"locatie": "…",
"naam": "…",
"plaats": "…",
"soort": "…",
"code": "…"
}
}'Read the documentation →More in people and access

