Get Address

This request allows you to pull a customer's address information.

General

Addresses are associated with Customers and nested within the Customers entity. Here's what you need to know about addresses:

  • There are two types of addresses associated with customers: PrimaryAddress and MailAddress. This request pulls PrimaryAddress info.
  • Like customers, addresses have IDs, and you'll need an address's ID to update it. This request's response lists the address's ID.

For an example of how customer addresses work within the UI, take a look at our Contact & Personal Information article.

Database

For information on Address database tables, see the following articles:

📘

Try It Instructions

Our requests often provide sample payload information so that you can receive a 200 response from simply hitting the Try It button. This request is ready for you—hit Try It to send the request.

However, if you would like to try this request with your own tenant account, make sure to change the headers to match your own authentication information.

Language
Authentication
Click Try It! to start a request and see the response here!