{ "opencollection": "1.0.0", "info": { "name": "WM Customer Activities Profiles & Preferences API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Profiles & Preferences", "type": "folder" }, "items": [ { "info": { "name": "Get customer profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.wm.com/v1/customers/:customerId/profiles", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Unique customer account identifier." } ] }, "docs": "Retrieve paperless billing and automatic payment settings, and WM.com login status, established during account creation or updated through the WM portal." }, { "info": { "name": "List communication preferences", "type": "http" }, "http": { "method": "GET", "url": "https://api.wm.com/v1/customers/:customerId/communication-preferences", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Unique customer account identifier." } ] }, "docs": "Retrieve all communication preferences set on the account." }, { "info": { "name": "Update communication preferences", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wm.com/v1/customers/:customerId/communication-preferences", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Unique customer account identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update one or more communication preferences on the account." }, { "info": { "name": "List preference categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.wm.com/v1/preferences/categories" }, "docs": "List the published communication preference categories available to set on an account." } ] } ], "bundled": true }