---
title: "Verify Property Address"
method: GET
path: "/mortgage/v2/transactions/verify_address"
tags: ["Eligibilities"]
---

# Verify Property Address

`GET /mortgage/v2/transactions/verify_address`

## Query parameters

- `transaction_type` 'refinance' | 'trailing_docs' | 'purchase_seller' | 'purchase_buyer_cash' | 'purchase_buyer_loan' | 'heloc' | 'loan_mod_borrower' | 'other' | 'hybrid_refinance' | 'hybrid_trailing_docs' | 'hybrid_purchase_seller' | 'hybrid_purchase_buyer_cash' | 'hybrid_purchase_buyer_loan' | 'hybrid_heloc' | 'hybrid_other' | 'wet_sign' | 'real_estate_esign' | 'real_estate_proof', required
- `organization_id` string
- `street_address[line1]` string, required
- `street_address[line2]` string
- `street_address[city]` string, required
- `street_address[state]` string, required
- `street_address[postal]` string, required
- `street_address[country]` string

## Response `200`

OK

- RecordingLocation[]
  - `id` string — The ID of the recording location.
  - `name` string — The name of the recording location.
  - `state` string — The US state of the recording location.
  - `supported` boolean — Whether erecording is supported at the recording location
  - `recording_type` string — The type of recording supported at the location. ELECTRONIC, PAPER, or NONE.
  - `eligible` boolean — Allowed legally and by organizations preferences.
  - `eligible_title_agencies` TitleAgency[] — The title agencies that are eligible for the recording location.
    - `id` string — The ID of the title agency.
    - `name` string — The name of the title agency.
    - `alta_id` string, nullable — The ALTA ID of the title agency.
    - `address` string, nullable — The address of the title agency.
    - `eligible_underwriters` Organization[], nullable — The list of title underwriters that the title agency works with.
      - `id` string — The ID of the organization.
      - `name` string — The name of the organization.
    - `company_notaries` boolean — Whether the title agency has company notaries.
  - `eligible_title_underwriters` Organization[] — The title underwriters that are eligible for the recording location.
    - `id` string — The ID of the organization.
    - `name` string — The name of the organization.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/proof/apis/proof-business-api-specification.md) · [All operations](https://skmtc.dev/proof/apis/proof-business-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/proof/proof-business-api-specification/revisions/1adaa0ea25cd/schema)
