---
title: "Evaluate Address"
method: POST
path: "/accounts/evaluateAddress"
tags: ["Accounts"]
---

# Evaluate Address

`POST /accounts/evaluateAddress`

Use this service to validate the address before adding the real estate account.<br>If the address is valid, the service will return the complete address information.<br>The response will contain multiple addresses if the user-provided input matches with multiple entries in the vendor database.<br>In the case of multiple matches, the user can select the appropriate address from the list and then invoke the add account service with the complete address.<br><br><b>Note:</b> <li>Yodlee recommends to use this service before adding the real estate account to avoid failures.</li>

## Request body

- EvaluateAddressRequest
  - `address` EvaluateAccountAddress, required
    - `zip` string
    - `country` string
    - `address3` string
    - `address2` string
    - `city` string
    - `sourceType` string
    - `address1` string
    - `street` string, required
    - `state` string
    - `type` 'HOME' | 'BUSINESS' | 'POBOX' | 'RETAIL' | 'OFFICE' | 'SMALL_BUSINESS' | 'COMMUNICATION' | 'PERMANENT' | 'STATEMENT_ADDRESS' | 'PAYMENT' | 'PAYOFF' | 'UNKNOWN'

## Response `200`

OK

## Other responses

- `400` — Y806 : Invalid input<br>Y800 : Invalid value for zip<br>Y812 : Required field/value - address missing in the request<br>Y812 : Required field/value - street missing in the request<br>Y812 : Required field/value - state & city / zip missing in the request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/yodlee/apis/yodlee-core-apis.md) · [All operations](https://skmtc.net/yodlee/apis/yodlee-core-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yodlee/yodlee-core-apis/revisions/3bc0042deba8/schema)
