v1
latestOpenAPI 3.1.22026-08-062492.5 KBAddress Verification
Verify addresses
Use this endpoint to submit a request to verify or standardize multiple global addresses in batch.
post/doGlobalAddress
Headers
Accept'application/json' | '*/*' required
Format of the response.
Content-Type'application/json' | 'application/xml' required
Format of the request.
Request body
Response
Successful response
Example response
{
"Records": [
{
"Suggestions": [
{
"RecordID": "1",
"FormattedAddress": "22382 Avenida Empresa, Rancho Santa Margarita, CA 92688-2112",
"AddressLine1": "22382 Avenida Empresa",
"Locality": "Rancho Santa Margarita",
"AdministrativeArea": "CA",
"PostalCode": "92688-2112",
"CountryName": "United States",
"CountryISO3166_1_Alpha2": "US",
"CountryISO3166_1_Alpha3": "USA",
"CountryISO3166_1_Numeric": "840",
"CountrySubdivisionCode": "US-CA",
"Thoroughfare": "Avenida Empresa",
"Latitude": "33.637562",
"Longitude": "-117.606887",
"MelissaAddressKey": "8008006245"
}
]
}
]
}