Account Services
GET the Physical Address for the Account
Use this method to get the address where the account's organization physically resides. The physical address is required to send emails and displays on the footer of every email that is sent from the account.
get/account/summary/physical_address
Response
Request successful
Example response
{
"address_line1": "123 Maple Street",
"address_line2": "Unit 1",
"address_line3": "Apartment 234",
"city": "Boston",
"state_code": "MA",
"state_name": "EXCLUDE if country_code is US.",
"postal_code": "02451",
"country_code": "US"
}