{ "opencollection": "1.0.0", "info": { "name": "CrediLinq Authentication Onboarding API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Onboarding", "type": "folder" }, "items": [ { "info": { "name": "Check Eligibility", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox-api.credilinq.ai/v1/onboarding/check-eligibility", "headers": [ { "name": "accept-language", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Check Eligibility" }, { "info": { "name": "Initiate Data Processing", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox-api.credilinq.ai/v1/onboarding/initiate-data-processing", "headers": [ { "name": "accept-language", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Initiate Data Processing" }, { "info": { "name": "Send Loan Agreement", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox-api.credilinq.ai/v1/onboarding/send-agreement", "headers": [ { "name": "accept-language", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Send Loan Agreement" } ] } ], "bundled": true }