Please make sure you read the Conventions before continuing with this guide.
Requirements.
You will need an X-API-KEY.
Downloading tickets for an order.
You will interact with the /notifications/order endpoint of the Notification Bucket
to download tickets from a cart.
curl --request GET \
--url 'https://api.betterez.com/notifications/printed-tickets?trxId={{orderId}}' \
--header 'x-api-key: {{x-api-key}}'
Parameter | Type | Example |
---|---|---|
trxId | String | 5910cfbafa1b904d0c000017 |
The trxId is the orderId returned when paying for a cart.