Skip to main content

Get Account Addresses

GET 

/v2/accounts/:accountID/addresses

Get all addresses for an Account.

You can use pagination with this resource. For more information, see pagination.

Filtering

The following operators and attributes are available for filtering addresses:

AttributeOperatorsExample
nameeq,in,like,ilike,textilike(name,"*home*")
first_nameeq,in,like,ilike,textilike(first_name,"Ron*")
last_nameeq,in,like,ilike,textilike(last_name,"*swan*")
phone_numbereq,in,like,ilike,textilike(phone_number,"*555*")
company_nameeq,in,like,ilike,textilike(company_name,"*enterprises*")
instructionseq,in,like,ilike,texttext(instructions,"behind bin")
line_1eq,in,like,ilike,textilike(line_1,"*Sunny Street*")
line_2eq,in,like,ilike,textilike(line_2,"*Unit*")
cityeq,in,like,ilike,texteq(city,"Sunny Town")
countyeq,in,like,ilike,texteq(county,"Sunnyville")
regioneq,in,like,ilike,texteq(region,"California")
postcodeeq,in,like,ilike,texteq(postcode,"SU33 1YY")
countryeq,in,like,ilike,texteq(country,"GB")

Request

Responses

OK

Ask External AI