{ "opencollection": "1.0.0", "info": { "name": "Charles Schwab Market Data Accounts User Preferences API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.schwabapi.com/v1/oauth/authorize", "accessTokenUrl": "https://api.schwabapi.com/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "User Preferences", "type": "folder" }, "items": [ { "info": { "name": "Get the authenticated user preferences", "type": "http" }, "http": { "method": "GET", "url": "https://api.schwabapi.com/marketdata/v1/userPreference" }, "docs": "Get the authenticated user preferences" } ] } ], "bundled": true }