Encompass Developer Connect · OAuth Scopes

Encompass Developer Connect OAuth Scopes

OAuth 2.0 derived

Encompass Developer Connect publishes 2 OAuth 2.0 scopes via the password and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Encompass Developer Connect API on a user’s behalf.

Tokens are issued from https://api.elliemae.com/oauth2/v1/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

EncompassICE Mortgage TechnologyLoan OriginationLendingMortgageREST API
Scopes: 2 Flows: password, clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.elliemae.com/oauth2/v1/token
Flows
passwordclientCredentials

Scopes (2)

ScopeDescriptionFlows
lor Loan origination access clientCredentials, password
lp Loan pipeline access clientCredentials, password

Source

OAuth Scopes

encompass-developer-connect-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/encompass-developer-connect-openapi.yml
schemes:
- name: oauth2
  source: openapi/encompass-developer-connect-openapi.yml
  flows:
  - flow: password
    tokenUrl: https://api.elliemae.com/oauth2/v1/token
  - flow: clientCredentials
    tokenUrl: https://api.elliemae.com/oauth2/v1/token
scopes:
- scope: lor
  description: Loan origination access
  flows:
  - clientCredentials
  - password
  sources:
  - openapi/encompass-developer-connect-openapi.yml
- scope: lp
  description: Loan pipeline access
  flows:
  - clientCredentials
  - password
  sources:
  - openapi/encompass-developer-connect-openapi.yml