Figure · Authentication Profile

Figure Authentication

Authentication

Figure secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyFintechLendingHELOCHome EquityMortgageLoan OriginationWebhooksCapital Markets
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

apikey apiKey
· in: header (apikey)

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: searched
source: openapi/figure-heloc-inquiries-openapi-original.yml
docs: https://docs.figure.com/getting-started
summary:
  types:
  - apiKey
  api_key_in:
  - header
  notes: >-
    All Figure Partner APIs (HELOC Inquiries, HELOC Pre-qualification, Portfolio
    Manager) authenticate with a single apikey request header. Keys are issued
    per environment (test vs production) during onboarding. A User-Agent header
    is also required on every request. Payloads may be optionally JWE/RSA-encrypted:
    requests encrypted with Figure's public key, responses encrypted on demand via
    the X-Encrypt-Response: true header. No OAuth2/OIDC is used, so there is no scope
    surface.
  jwe_encryption: https://docs.figure.com/jwe-data-protection/intro
schemes:
- name: apikey
  type: apiKey
  in: header
  parameter: apikey
  sources:
  - openapi/figure-heloc-inquiries-openapi-original.yml
  applies_to:
  - HELOC Inquiries
  - HELOC Pre-qualification
  - Portfolio Manager