{ "opencollection": "1.0.0", "info": { "name": "Encompass Developer Connect Authentication Loan Pipeline API", "version": "1.0.0" }, "items": [ { "info": { "name": "Loan Pipeline", "type": "folder" }, "items": [ { "info": { "name": "Encompass Developer Connect Search the loan pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://api.elliemae.com/encompass/v3/loanPipeline", "params": [ { "name": "cursorType", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.elliemae.com/oauth2/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a paginated, filtered view of loans in the Encompass pipeline. Callers may pass field-level filters, sort orders, and a cursor to iterate through large result sets." } ] } ], "bundled": true }