{ "opencollection": "1.0.0", "info": { "name": "Bamboo Account Management One Step Registration API", "version": "1.0" }, "items": [ { "info": { "name": "One Step Registration", "type": "folder" }, "items": [ { "info": { "name": "Create New User", "type": "http" }, "http": { "method": "POST", "url": "https://powered-by-bamboo-sandbox.investbamboo.com/api/v2/one_step_registration", "headers": [ { "name": "content-type", "value": "application/json" }, { "name": "accept-language", "value": "en" }, { "name": "x-request-source", "value": "" }, { "name": "x-client-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint combines all the registration steps into a single API endpoint. To use this endpoint, you have to provide all \nfields in the defined payload, and also ensure that the user’s ID has been verified. Please note that you are required to \nsubscribe to at least one market on user's first account activation. \n\nA dictionary endpoint is provided below to give insight into all the questions and acceptable \nvalues for the fields within the payload.\n" } ] } ], "bundled": true }