Validate Address and Return Suggestions

Validates the provided address for a given program and returns a list of suggested addresses and address validity indicators. This endpoint may be called to mitigate returned mail issues.

Path Params
string
required

The code of the program for which address verification is performed.

Body Params

The request payload containing address details to be verified.

string | null

Required. The first line of the address (e.g., street address).

string | null

Optional. The second line of the address (e.g., apartment, suite, unit, building, floor, etc.).

string | null

Required. The city associated with the address.

string | null

Required. The state or province associated with the address.

string | null

Required. The postal or zip code for the address.

Headers
string
required

The unique request identifier from the request header.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json
text/json