{ "opencollection": "1.0.0", "info": { "name": "Eventzilla Attendees Transactions API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "List transactions for event", "type": "http" }, "http": { "method": "GET", "url": "https://www.eventzillaapi.net/api/v2/events/:eventid/transactions", "params": [ { "name": "eventid", "value": "", "type": "path", "description": "Unique identifier of the event" }, { "name": "offset", "value": "", "type": "query", "description": "Number of records to skip" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum records per response" } ] }, "docs": "Retrieve all transactions for a specific event with pagination." }, { "info": { "name": "Confirm event order", "type": "http" }, "http": { "method": "POST", "url": "https://www.eventzillaapi.net/api/v2/events/order/confirm", "body": { "type": "json", "data": "{}" } }, "docs": "Confirm a pending order for an event." }, { "info": { "name": "Cancel event order", "type": "http" }, "http": { "method": "POST", "url": "https://www.eventzillaapi.net/api/v2/events/order/cancel", "body": { "type": "json", "data": "{}" } }, "docs": "Cancel an existing order for an event." }, { "info": { "name": "Get transaction by checkout ID", "type": "http" }, "http": { "method": "GET", "url": "https://www.eventzillaapi.net/api/v2/transactions/:checkout_id", "params": [ { "name": "checkout_id", "value": "", "type": "path", "description": "Checkout identifier for the transaction" } ] }, "docs": "Retrieve a transaction using its checkout identifier." }, { "info": { "name": "Get transaction by reference number", "type": "http" }, "http": { "method": "GET", "url": "https://www.eventzillaapi.net/api/v2/transactions/:refno", "params": [ { "name": "refno", "value": "", "type": "path", "description": "Reference number for the transaction" } ] }, "docs": "Retrieve a transaction using its reference number." } ] } ], "bundled": true }