{ "opencollection": "1.0.0", "info": { "name": "Eventbrite Platform Attendees Organizations API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations for a user", "type": "http" }, "http": { "method": "GET", "url": "https://www.eventbriteapi.com/v3/users/:user_id/organizations/", "params": [ { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "List organizations for a user" } ] } ], "bundled": true }