{ "opencollection": "1.0.0", "info": { "name": "Mosey Accounts Signup API", "version": "1.0.0" }, "items": [ { "info": { "name": "Signup", "type": "folder" }, "items": [ { "info": { "name": "Create Hosted Signup Session", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/signup/sessions", "headers": [ { "name": "authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Hosted Signup Session" }, { "info": { "name": "Signup To Create A Legal Entity", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/signup", "headers": [ { "name": "authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Signup To Create A Legal Entity" }, { "info": { "name": "Create A Hosted Signup Session", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/signup/session", "headers": [ { "name": "authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create A Hosted Signup Session" } ] } ], "bundled": true }