Address
Address validation
Checks whether a given address is a valid delivery address for shipping purposes.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The verification request containing the address. The following fields are mandatory -
- line1
- city
- postalCode
- state
- country
Response
200
application/json
Address is validated successfully
The response is of type object
.