Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Encompass Developer Connect Loans API

Operations for retrieving, creating, updating, and deleting Encompass loan files and the rich loan field data model used across the mortgage origination lifecycle.

Encompass Developer Connect Loans API is one of 3 APIs that Encompass Developer Connect publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Loans. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, authentication docs, and release notes.

This API exposes 4 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.elliemae.com/encompass/v3.

4 operations 2 paths 1 schemas 1 DELETE1 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.elliemae.com/encompass/v3
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Encompass Developer Connect Loans API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the password and clientCredentials flows, exposing 2 scopes.

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 1 DELETE, 1 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Loans 4

Operations for retrieving, creating, updating, and deleting Encompass loan files and the rich loan field data model used across the mortgage origination lifecycle.

POST
/loans
Encompass Developer Connect Create a new loan
createLoan body → 201400401
GET
/loans/{loanId}
Encompass Developer Connect Retrieve a loan
getLoan 2 params → 200401403404
PATCH
/loans/{loanId}
Encompass Developer Connect Update a loan
updateLoan 2 params body → 200400401404
DELETE
/loans/{loanId}
Encompass Developer Connect Delete a loan
deleteLoan 1 param → 204401403404

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Loan (10 properties). Each schema is shown below with its type and property counts.

Loan
object
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

encompass-developer-connect-loans-api-openapi.yml Raw ↑

Other APIs Encompass Developer Connect publishes across the network.

Encompass Developer Connect Authentication API
Encompass Developer Connect Loan Pipeline API