{ "opencollection": "1.0.0", "info": { "name": "Eventbrite Platform Attendees Events API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List events for an organization", "type": "http" }, "http": { "method": "GET", "url": "https://www.eventbriteapi.com/v3/organizations/:organization_id/events/", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "status", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "List events for an organization" }, { "info": { "name": "Get an event", "type": "http" }, "http": { "method": "GET", "url": "https://www.eventbriteapi.com/v3/events/:event_id/", "params": [ { "name": "event_id", "value": "", "type": "path" } ] }, "docs": "Confirmed by Eventbrite Python SDK README example get_event('my-event-id')." }, { "info": { "name": "Update an event", "type": "http" }, "http": { "method": "POST", "url": "https://www.eventbriteapi.com/v3/events/:event_id/", "params": [ { "name": "event_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an event" } ] } ], "bundled": true }