{ "opencollection": "1.0.0", "info": { "name": "Brickwork Admin Appointments Admin Store Event Rsvps API", "version": "v3" }, "items": [ { "info": { "name": "Admin Store Event Rsvps", "type": "folder" }, "items": [ { "info": { "name": "List all Store Event Rsvps", "type": "http" }, "http": { "method": "GET", "url": "https://production.brickworksoftware.com/:locale/api/v3/admin/store_events/:store_event_id/rsvps", "params": [ { "name": "store_event_id", "value": "", "type": "path" }, { "name": "locale", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "Page number of your query" } ], "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "docs": "List all Store Event Rsvps" } ] } ], "bundled": true }