US Address Verification Search

Get list and details of the information serarched
- Status can be ('Pending', 'Processing', 'Error', 'Match', 'Partialy Match', 'No Match').

{
    "success_message": "Total 1 record(s) found",
    "pagination": {
        "total_records": 1,
        "count": 1,
        "page_size": 1,
        "total_pages": 1,
        "current_page": 1,
        "order": "asc"
    },
    "data": [
        {
            "id": 1,
            "address1": "1 E CENTER ST",
            "address2": "STE 201",
            "city": "FAYETTEVILLE",
            "state": "AR",
            "zip4": "5394",
            "zip5": "72701",
            "status": "Match",
            "message": "",
            "created_at": "2023-09-18T10:16:14Z",
            "statename": ""
        }
    ],
    "success": true
}
{
    "errors": [
        {
            "code": "credit_message",
            "message": "You don't have access to this feature. Please contact the support"
        }
    ],
    "data": {},
    "success": false
}
{
    "detail": "Invalid token."
}
{
    "detail": "Authentication credentials were not provided."
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!