{ "opencollection": "1.0.0", "info": { "name": "Kriya Onboarding Buyers Onboarding API API", "version": "1.0" }, "items": [ { "info": { "name": "Onboarding API", "type": "folder" }, "items": [ { "info": { "name": "Create a blank Onboarding Journey without any details", "type": "http" }, "http": { "method": "GET", "url": "https://api.kriya.dev/onboarding/create" }, "docs": "Create a blank Onboarding Journey without any details. However, if an Onboarding Journey already exists and all its associated additional Checks remain incomplete (either not initiated or in 'Pending' or 'Submitted' statuses), a new journey won't be initiated. Instead, the response will provide a link to the pre-existing journey." }, { "info": { "name": "Create an Onboarding Journey for when the company is not yet onboarded", "type": "http" }, "http": { "method": "POST", "url": "https://api.kriya.dev/onboarding/onboardingJourney", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Onboarding Journey for companies that haven't been onboarded yet. However, if an Onboarding Journey already exists and all its associated checks remain incomplete (either not initiated or in 'Pending' or 'Submitted' statuses), a new journey won't be initiated. Instead, the response will provide a link to the pre-existing journey." } ] } ], "bundled": true }