{ "opencollection": "1.0.0", "info": { "name": "WildApricot Admin Accounts Membership.Levels API", "version": "7.24.0" }, "items": [ { "info": { "name": "Membership.Levels", "type": "folder" }, "items": [ { "info": { "name": "WildApricot Get List of All Membership Levels.", "type": "http" }, "http": { "method": "GET", "url": "https://api.wildapricot.org/v2.2/accounts/:accountId/membershiplevels", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.wildapricot.org/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "WildApricot Get List of All Membership Levels." }, { "info": { "name": "WildApricot Retrieve Information About Specific Membership Level", "type": "http" }, "http": { "method": "GET", "url": "https://api.wildapricot.org/v2.2/accounts/:accountId/membershiplevels/:levelId", "params": [ { "name": "levelId", "value": "", "type": "path", "description": "Unique membership level identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.wildapricot.org/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "WildApricot Retrieve Information About Specific Membership Level" } ] } ], "bundled": true }