Sample Request and Response

POST Request

{
    "addresses": [
        {
            "mainAddressLine": "143 TABERNACLE RD, EUTAWVILLE, SC 29048",
            "country": "USA",
            "objectId": "3"
        },
        {
            "mainAddressLine": "4225 RUBY FOREST BLV, SUWANEE, GA 30174",
            "country": "USA",
            "objectId": "6"
        }
    ]
}

POST Response

{
    "pbkey": [
        {
            "objectId": "3",
            "key": "P0000KPVF7RO",
            "matchedAddress": {
                "formattedAddress": "143 TABERNACLE RD, EUTAWVILLE, SC  29048-8723",
                "mainAddressLine": "143 TABERNACLE RD",
                "addressLastLine": "EUTAWVILLE, SC  29048-8723",
                "areaName1": "SC",
                "areaName2": "ORANGEBURG COUNTY",
                "areaName3": "EUTAWVILLE",
                "postCode": "29048",
                "postCodeExt": "8723",
                "country": "USA",
                "addressNumber": "143",
                "streetName": "TABERNACLE",
                "unitType": "",
                "unitValue": ""
            }
        },
        {
            "objectId": "6",
            "key": "P000060NIY34",
            "matchedAddress": {
                "formattedAddress": "4225 RUBY FOREST BLVD, SUWANEE, GA  30024-3920",
                "mainAddressLine": "4225 RUBY FOREST BLVD",
                "addressLastLine": "SUWANEE, GA  30024-3920",
                "areaName1": "GA",
                "areaName2": "GWINNETT COUNTY",
                "areaName3": "SUWANEE",
                "postCode": "30024",
                "postCodeExt": "3920",
                "country": "USA",
                "addressNumber": "4225",
                "streetName": "RUBY FOREST",
                "unitType": "",
                "unitValue": ""
            }
        }
    ]
}