{ "opencollection": "1.0.0", "info": { "name": "MX Platform Oauth_window_uri API", "version": "0.1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Oauth_window_uri", "type": "folder" }, "items": [ { "info": { "name": "Request oauth window uri", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/oauth_window_uri", "params": [ { "name": "client_redirect_url", "value": "https://mx.com", "type": "query", "description": "A URL that MX will redirect to at the end of OAuth with additional query parameters. Only available with `referral_source=APP`." }, { "name": "enable_app2app", "value": "false", "type": "query", "description": "This indicates whether OAuth app2app behavior is enabled for institutions that support it. Defaults to `true`. This setting is not persistent." }, { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "referral_source", "value": "APP", "type": "query", "description": "Must be either `BROWSER` or `APP` depending on the implementation. Defaults to `BROWSER`." }, { "name": "skip_aggregation", "value": "false", "type": "query", "description": "Setting this parameter to `true` will prevent the member from automatically aggregating after being redirected from the authorization page." }, { "name": "ui_message_webview_url_scheme", "value": "mx", "type": "query", "description": "A scheme for routing the user back to the application state they were previously in. Only available with `referral_source=APP`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "This endpoint will generate an `oauth_window_uri` for the specified `member`." } ] } ], "bundled": true }