{ "opencollection": "1.0.0", "info": { "name": "Accelevents Open Attendees Tickets API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "AUTHENTICATION", "value": "{{AUTHENTICATION}}", "placement": "header" } }, "items": [ { "info": { "name": "Tickets", "type": "folder" }, "items": [ { "info": { "name": "Update ticket holder attributes by barcode ID", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.accelevents.com/rest/events/:eventUrl/staff/ticketHolders/:barcodeId", "params": [ { "name": "eventUrl", "value": "", "type": "path", "description": "The unique event URL identifier (for example \"demo\" from https://www.accelevents.com/events/demo)." }, { "name": "barcodeId", "value": "", "type": "path", "description": "The barcode ID of the ticket holder." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates attributes for a ticket holder identified by barcode ID. MODELED path - operation is named in the public reference but the exact route is not confirmed." }, { "info": { "name": "Exchange ticket type", "type": "http" }, "http": { "method": "POST", "url": "https://api.accelevents.com/rest/events/:eventUrl/staff/exchangeTicketType", "params": [ { "name": "eventUrl", "value": "", "type": "path", "description": "The unique event URL identifier (for example \"demo\" from https://www.accelevents.com/events/demo)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Swaps the ticket type for an attendee. MODELED path - operation is named in the public reference but the exact route is not confirmed." } ] } ], "bundled": true }