{ "opencollection": "1.0.0", "info": { "name": "Eventzilla Attendees Users API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://www.eventzillaapi.net/api/v2/users/", "params": [ { "name": "offset", "value": "", "type": "query", "description": "Number of records to skip" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum records per response" } ] }, "docs": "List all organizers and sub-organizers with pagination." }, { "info": { "name": "Get user by ID", "type": "http" }, "http": { "method": "GET", "url": "https://www.eventzillaapi.net/api/v2/users/:userid", "params": [ { "name": "userid", "value": "", "type": "path", "description": "Unique identifier of the user" } ] }, "docs": "Retrieve details for a specific organizer or sub-organizer." } ] } ], "bundled": true }