Skip to content

Validator​

Endpoints to handle validation of various object like international addresses


Validate International Address​

POST
/api/v2/validator/validate-address

Accepts address parameters - line1, line2, city, region, country, postalCode

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
{
  
"line1": "string",
  
"line2": "string",
  
"city": "string",
  
"region": "string",
  
"postalCode": "string",
  
"country": "string"
}

Responses​

Playground​

Authorization
Body

Samples​


Powered by VitePress OpenAPI