# SmartMover US

## SmartMover US Overview ##
Contact data will deteriorate over time as people and businesses move around. SmartMover will allow you to keep that data up to date, both maintaining and confirming accuracy. The SmartMover Cloud API is able to validate and standardize addresses, detect moves, and provide an updated address for an individual or business. SmartMover is available for the US using data from USPS.

You can use SmartMover US to:
- Keep contact addresses from the US up to date.
- Standardize and validate addresses.

SmartMover is also available for Canada.

**Documentation**
* [SmartMover Documentation](https://docs.melissa.com/cloud-api/smartmover/smartmover-index.html)

**Useful Resources**
* [GitHub - SmartMover US Open API Specification](https://github.com/MelissaData/MelissaCloudAPI-OpenAPI-Specification/blob/main/openapi/apis/smartmover-us.yaml)
* [Release notes](https://releasenotes.melissa.com/cloud-api/smartmover/)
* [Result codes](https://docs.melissa.com/cloud-api/smartmover/result-codes.html)

**Product Page**

[https://www.melissa.com/ncoalink-processing](https://www.melissa.com/ncoalink-processing)

**Support Center**

[https://www.melissa.com/company/product-support](https://www.melissa.com/company/product-support)



## Servers

National Change of Address (NCOA)
```
https://smartmover.melissadata.net/V3/WEB/SmartMover
```

## Download OpenAPI description

[SmartMover US](https://developer.melissa.com/_bundle/apis/smartmover-us.yaml)

## Change of US Address Detection

Use US Address Detection endpoint to check a move with a name and address in the US, or check if a business has changed locations.

### Check a move in the US

 - [GET /doSmartMover](https://developer.melissa.com/apis/smartmover-us/change-of-us-address-detection/dosmartmoverget.md): Send a GET request to check a move in the US.

The following are the possible minimum input requirements:

1. First and Last Name, Full Name, or Company

2. Address Only

3. City and State, ZIP Code, or AddressLastLine

### Check change of US addresses

 - [POST /doSmartMover](https://developer.melissa.com/apis/smartmover-us/change-of-us-address-detection/dosmartmoverpost.md): Submit a bulk request to check change of US addresses.

The following are the possible minimum input requirements:

1. First and Last Name, Full Name, or Company

2. Address Only

3. City and State, ZIP Code, or AddressLastLine

