ReferenceOrders
Resend the order confirmation
Send the order confirmation to the booker again.
Send the order confirmation to the booker again.
Authorization
http AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/orders/string/resend"{ "object": "order_resend", "order": "string", "sent": true}Cancel an order POST
Cancel an order and all its tickets. Money is not refunded automatically.
List tickets GET
List tickets, newest first. Filters: `event`, `order`, `ticket_type`, `status`, `checked_in`, `updated_since`, `created_since`. Live tokens only see live tickets, test tokens only test tickets.