Validate Address
Validate details for an address
/addresses/validate
POST
https://api.terminal.africa/v1/addresses/validate
This endpoint allows you to validate the details of any global address.
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Set value to |
Content-Type | String | Set value to |
Request Body
Name | Type | Description |
---|---|---|
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. |
Last updated