{ "opencollection": "1.0.0", "info": { "name": "Coinme Crypto-as-a-Service AuthLinkResult Businessonboarding API", "version": "1.2" }, "items": [ { "info": { "name": "Businessonboarding", "type": "folder" }, "items": [ { "info": { "name": "Initiate Business Onboarding", "type": "http" }, "http": { "method": "GET", "url": "https://caas.coinme.com/services/businessonboarding", "headers": [ { "name": "Authorization", "value": "" }, { "name": "User-Agent", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new business account if one does not exist. This is to be used for partners who service business clients." } ] } ], "bundled": true }