DeliveryDefense Address Confidence Example Request
POST {{base_url}}/api/deliverydefense/external/v1.0/address/score
Request Body
{"street"=>"1173 CLARENDON DR", "city"=>"MARIETTA", "state"=>"GA", "zipCode"=>"30068"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"status":{"message":"OK"},"data":{"address":"1173 CLARENDON DR, MARIETTA, GA 30068, US","street":"1173 CLARENDON DR","city":"MARIETTA","state":"GA","zipCode":"30068","country":"US","score":402,"resiComFlag":"Residential"}}