---
title: "Fetches the mortgage officer configuration for the finance account, using the subject property state from the linked application and the account category when resolving category overrides."
method: GET
path: "/posfinancing/rest/v2/finance-accounts/{financeAccountId}/mortgage-officer"
tags: ["Home Card"]
---

# Fetches the mortgage officer configuration for the finance account, using the subject property state from the linked application and the account category when resolving category overrides.

`GET /posfinancing/rest/v2/finance-accounts/{financeAccountId}/mortgage-officer`

Finance Account Mortgage Officer

## Path parameters

- `financeAccountId` string, ##-##-######, required

## Response `200`

The request has been processed successfully.

- SchemaObject6
  - `payload` object, required — The response data.
    - `fullName` string, required — The full name of the mortgage officer.
    - `licenseNumber` string, required — The license number of the mortgage officer.
    - `legalEntity` SUBMISSIONLegalEntityDto, required
      - `name` string, required — The name of the legal entity.
      - `address` SUBMISSIONAddress, required
        - `line1` string, required — The street address.
        - `line2` string — Additional details such as apartment or unit number, suite, floor, building, etc.
        - `city` string, required — The city.
        - `state` string, required — The state.
        - `zip` string, required — The ZIP code.
        - `country` string — The country in ISO 3166-1 alpha-2 format. Defaults to US.
    - `id` string, required — The unique identifier of the entity.

## Other responses

- `400` — The request cannot be processed due to malformed data.
- `401` — Unauthorized access to the requested resource.
- `403` — Access to the requested resource is forbidden.
- `404` — The resource was not found.

---

[API](https://skmtc.net/goodleap/apis/developer-api.md) · [All operations](https://skmtc.net/goodleap/apis/developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goodleap/developer-api/revisions/0ba836de8da3/schema)
