{ "opencollection": "1.0.0", "info": { "name": "MemberClicks MC Professional Attributes Profile Search 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": "Profile Search", "type": "folder" }, "items": [ { "info": { "name": "Create a profile search", "type": "http" }, "http": { "method": "POST", "url": "https://{orgId}.memberclicks.net/api/v1/profile/search", "params": [ { "name": "pageNumber", "value": "", "type": "query", "description": "The 1-based page number to return." }, { "name": "pageSize", "value": "", "type": "query", "description": "The number of records per page (max 100)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a search over the membership database using attribute criteria and returns matching profiles (paged)." } ] } ], "bundled": true }