{ "opencollection": "1.0.0", "info": { "name": "Eventzilla Attendees Tickets API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Tickets", "type": "folder" }, "items": [ { "info": { "name": "List ticket categories for event", "type": "http" }, "http": { "method": "GET", "url": "https://www.eventzillaapi.net/api/v2/events/:eventid/tickets", "params": [ { "name": "eventid", "value": "", "type": "path", "description": "Unique identifier of the event" } ] }, "docs": "Retrieve all ticket types and donation options for a specific event." } ] } ], "bundled": true }