{ "opencollection": "1.0.0", "info": { "name": "Tamara Channel Partners Captures Merchant Onboarding API", "version": "1.0.0" }, "items": [ { "info": { "name": "Merchant Onboarding", "type": "folder" }, "items": [ { "info": { "name": "Create Merchant Onboarding", "type": "http" }, "http": { "method": "POST", "url": "https://partner-api.tamara.co/channel-partners/merchant-onboarding/create", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Submit merchant and KYB information to initiate automated onboarding and verification." }, { "info": { "name": "Retrieve Merchant Onboarding", "type": "http" }, "http": { "method": "GET", "url": "https://partner-api.tamara.co/channel-partners/merchant-onboarding/:onboardingCode", "params": [ { "name": "onboardingCode", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve Merchant Onboarding" } ] } ], "bundled": true }