{ "opencollection": "1.0.0", "info": { "name": "YourMembership Authentication Events API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://ws.yourmembership.com/Ams/Authenticate", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List events", "type": "http" }, "http": { "method": "GET", "url": "https://ws.yourmembership.com/Ams/Events" }, "docs": "Modeled from the documented YM Events module and the legacy XML API Events search capability. Lists events and event details." }, { "info": { "name": "List registrations for an event", "type": "http" }, "http": { "method": "GET", "url": "https://ws.yourmembership.com/Ams/Events/:eventId/Registrations", "params": [ { "name": "eventId", "value": "", "type": "path" } ] }, "docs": "Modeled. Retrieves registrations for a given event." } ] } ], "bundled": true }