{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Account Membership Settings API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Account Membership Settings", "type": "folder" }, "items": [ { "info": { "name": "Get Account Membership Settings", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/settings/account-membership" }, "docs": "Use this endpoint to get all account membership settings." }, { "info": { "name": "Update Account Membership Settings", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/settings/account-membership", "body": { "type": "json", "data": "{}" } }, "docs": "Use this endpoint to update account membership settings." } ] } ], "bundled": true }