{ "opencollection": "1.0.0", "info": { "name": "MemberClicks MC Professional Attributes Groups API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{orgId}.memberclicks.net/oauth/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "List groups", "type": "http" }, "http": { "method": "GET", "url": "https://{orgId}.memberclicks.net/api/v1/group" }, "docs": "Returns the organization's groups. MODELED - the Groups resource is documented (group membership is reached via a groupsUrl reference on a profile's group built-in attribute), but the exact path is behind gated documentation." }, { "info": { "name": "Retrieve a group", "type": "http" }, "http": { "method": "GET", "url": "https://{orgId}.memberclicks.net/api/v1/group/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The ID of the group." } ] }, "docs": "Returns a single group by ID. MODELED path." } ] } ], "bundled": true }