Better Mortgage · OAuth Scopes

Better Mortgage OAuth Scopes

OAuth 2.0 searched

Better Mortgage publishes 4 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Better Mortgage API on a user’s behalf.

Tokens are issued from https://prod.bettermg.com/api/idp/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.

CompanyFintechMortgageLendingReal EstateHome FinanceHELOCOpenID Connect
Scopes: 4 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://prod.bettermg.com/api/idp/sso
Token URL
https://prod.bettermg.com/api/idp/token
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect authentication; required to obtain an ID token. authorizationCode
email Access to the user's email address claim. authorizationCode
phone Access to the user's phone number claim. authorizationCode
profile Access to the user's basic profile claims. authorizationCode

Source

OAuth Scopes

better-mortgage-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://www.better.com/.well-known/openid-configuration
docs: https://www.better.com/.well-known/openid-configuration
schemes:
- name: OpenIDConnect
  source: well-known/better-mortgage-openid-configuration.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://prod.bettermg.com/api/idp/sso
    tokenUrl: https://prod.bettermg.com/api/idp/token
scopes:
- scope: openid
  description: OpenID Connect authentication; required to obtain an ID token.
  flows: [authorizationCode]
  sources: [well-known/better-mortgage-openid-configuration.json]
- scope: email
  description: Access to the user's email address claim.
  flows: [authorizationCode]
  sources: [well-known/better-mortgage-openid-configuration.json]
- scope: phone
  description: Access to the user's phone number claim.
  flows: [authorizationCode]
  sources: [well-known/better-mortgage-openid-configuration.json]
- scope: profile
  description: Access to the user's basic profile claims.
  flows: [authorizationCode]
  sources: [well-known/better-mortgage-openid-configuration.json]