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 Borrower Pairs API

Borrower/co-borrower application entities within a loan (modeled).

Encompass Borrower Pairs API is one of 10 APIs that Encompass publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Borrower Pairs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 2 paths. It is described by OpenAPI 3.0.3, at version 2026-07-04.

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

4 operations 2 paths 0 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2026-07-04
Base URL
https://api.elliemae.com
Authentication
OAuth 2.0, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Encompass Borrower Pairs API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (oAuth2) using the clientCredentials flow. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • oAuth2 — OAuth 2.0 client credentials / authorization code issued per Encompass instance.

Paths & Operations 4

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

Borrower Pairs 4

Borrower/co-borrower application entities within a loan (modeled).

GET
/encompass/v3/loans/{loanId}/applications
List borrower pairs (applications)
listBorrowerPairs 1 param → 200401
POST
/encompass/v3/loans/{loanId}/applications
Create a borrower pair
createBorrowerPair 1 param → 201401
GET
/encompass/v3/loans/{loanId}/applications/{applicationId}
Retrieve a borrower pair
getBorrowerPair 2 params → 200401
DELETE
/encompass/v3/loans/{loanId}/applications/{applicationId}
Delete a borrower pair
deleteBorrowerPair 2 params → 204401

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

encompass-borrower-pairs-api-openapi.yml Raw ↑

Other APIs Encompass publishes across the network.

Encompass Authentication API
Encompass Conditions API
Encompass Contacts API
Encompass eFolder API
Encompass Loan Management API
Encompass Loan Pipeline API
Encompass Milestones API
Encompass Users API
Encompass Webhooks API