Skip to main content
POST
Validate an address for shipping

Authorizations

Api-Key
string
header
required

Body

application/json

The address to validate

address
object
required

Physical address to validate

Response

Address validation completed

isValid
boolean
required

Whether the address is valid

confidence
enum<string>

Confidence level of the validation result

Available options:
HIGH,
MEDIUM,
LOW