Filtering addresses

Below is a list of attributes available for filtering addresses.

AttributeType

type

string

propertyNumber

string

buildingName

string

line

string

city

string

state

string

country

string

Example - Get all addresses for one type

In the example below, we will request to get all addresses that are of type main.

curl -X GET https://api.complycube.com/v1/addresses?clientId={:clientId}&type=main \
     -H 'Authorization: <YOUR_API_KEY>'

Last updated