{ "opencollection": "1.0.0", "info": { "name": "MemberClicks MC Professional Attributes Reference Data 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": "Reference Data", "type": "folder" }, "items": [ { "info": { "name": "List member types", "type": "http" }, "http": { "method": "GET", "url": "https://{orgId}.memberclicks.net/api/v1/member-type" }, "docs": "Returns the organization's member types." }, { "info": { "name": "List member statuses", "type": "http" }, "http": { "method": "GET", "url": "https://{orgId}.memberclicks.net/api/v1/member-status" }, "docs": "Returns the organization's member statuses." }, { "info": { "name": "List countries", "type": "http" }, "http": { "method": "GET", "url": "https://{orgId}.memberclicks.net/api/v1/country" }, "docs": "Reference lookup of countries. MODELED - the Countries resource is documented but the exact path is behind gated documentation." } ] } ], "bundled": true }