curl --location --request POST '/addresses/actions/validate' \
--header 'Content-Type: application/json' \
--data-raw '{
"administrative_area": "TX",
"country_code": "US",
"extended_address": "14th Floor",
"locality": "Austin",
"postal_code": "78701",
"street_address": "600 Congress Avenue"
}'
{
"data": {
"errors": [
{
"code": 0,
"detail": "string",
"meta": {},
"source": {
"parameter": "string",
"pointer": "/json/pointer"
},
"title": "string"
}
],
"record_type": "address_validation",
"result": "valid",
"suggested": {
"administrative_area": "TX",
"country_code": "US",
"extended_address": "14th Floor",
"locality": "Austin",
"postal_code": "78701",
"street_address": "600 Congress Avenue"
}
}
}
Authorization: Bearer ********************