Validate address (global)
Last updated
Last updated
Verifies an address by checking whether we have a matching verified deliverable address.
For high-accuracy results, we suggest including the address, state, and country in the address string, e.g., Landmark Towers, Victoria Island, Lagos, Nigeria.
If address latitude and longitude are provided in the request, it will be used to validate the address, disregarding the address string provided.
POST
https://api.shipbubble.com/v1/shipping/address/validate
Name | Type | Description |
---|---|---|
name*
String
name of address holder
email*
String
email address of address holder
phone*
String
phone number of address holder
address*
String
address name to be validated
latitude
Number
address latitude (if available)
longitude
Number
address longitude (if available)