Validate Address

Validate details for an address
post
https://api.terminal.africa
/v1/addresses/validate
/addresses/validate
This endpoint allows you to validate the details of any global address.
Parameters
Header
Authorization*
String
Set value to Bearer SECRET_KEY
Content-Type
String
Set value to application/json
Body
city*
String
Address city.
country*
String
ISO 2 country code for address.
line1*
String
Street address. Required for arranging pickup / delivery.
line2
String
Second line of street address.
state*
String
State of street address.
zip*
String
Zip / Postal code. Required for arranging pickup / delivery.
Responses
200: OK
Address validated successfully