Create Address
Create an address for getting rates or arranging pickup and delivery.
/addresses
POST
https://api.terminal.africa/v1/addresses
This endpoint allows you to add a new address to your account.
Headers
Authorization*
String
Set value to Bearer SECRET_KEY
Content-Type
String
Set value to application/json
Request Body
city*
String
Address city.
country*
String
ISO 2 country code for address.
String
Email of person at address.
first_name
String
First name of person at address. Required for arranging pickup / delivery.
is_residential
Boolean
Indicates if address is a residential address or not. Defaults to true.
last_name
String
Last name of person at address. Required for arranging pickup / delivery.
line1
String
Street address. Required for arranging pickup / delivery.
line2
String
Second line of street address.
metadata
Object
Additional information for an address.
name
String
Full name of person at address.
phone
String
Phone number of person at address. Required for arranging pickup / delivery.
state*
String
Address state
zip
String
Zip / Postal code. Required for arranging pickup / delivery.
Last updated