Address Verification - Sandbox

Decode Zip

Decode Zip.

get
https://api-test.vitu.com/address/api/rest/address/{zip}

Query Parameters

applicationstring

application

<= 500 characters

limitinteger

Maximum items per page

Default:20

>= 1<= 100

offsetinteger

Items to skip

Default:0

>= 0

Path Parameters

zipstringrequired

zip

<= 500 characters

Response

application/json

OK

<= 500 items

citystring

<= 500 characters

countyobject
Show Child Parameters
countyFipsCodestring

<= 500 characters

stateobject
Show Child Parameters
get/address/{zip}
 
application/json

Address

object
citystring

<= 500 characters

statestring

<= 2 characters

street1string

<= 500 characters

street2string

<= 500 characters

zipstring

<= 500 characters

zipExtstring

<= 500 characters

Example

AddressValidationResultDTO

object
addressobject
Show Child Parameters
correctionsarray[string]

Allowed values:ZIP_CHANGEDCITY_OR_STATE_CHANGEDDELIVERY_ADDRESS_CHANGEDSTREET_NAME_SPELLING_CHANGEDDELIVERY_ADDRESS_STANDARDIZEDCITY_ABBREVIATEDADDRESS_ABBREVIATED

<= 500 items

errorOrWarningMessagestring

<= 500 characters

messageIsErrorboolean
Example

ZipDecodedDTO

object
citystring

<= 500 characters

countyobject
Show Child Parameters
countyFipsCodestring

<= 500 characters

stateobject
Show Child Parameters
Example

AddressDTO

object
citystring

<= 500 characters

cityAbbreviationstring

<= 500 characters

countyobject
Show Child Parameters
countyFipsCodestring

<= 500 characters

stateobject
Show Child Parameters
street1string

<= 500 characters

street2string

<= 500 characters

zipstring

<= 500 characters

zipExtstring

<= 500 characters

Example