Search for one or more addressesAsk AIget https://api.revioapi.com/v1/AddressesSearch for one or more addresses.Query Paramssearch.address_idarray of int32sQuery by address identifier.search.address_idADD int32search.customer_idarray of int32sQuery by account identifier.search.customer_idADD int32search.cityarray of stringsQuery by city.search.cityADD stringsearch.state_or_provincearray of stringsQuery by 2-character state/province abbreviation.search.state_or_provinceADD stringsearch.postal_codearray of stringsQuery by postal code (i.e. zip)search.postal_codeADD stringsearch.line_1array of stringsQuery by primary address line.search.line_1ADD stringsearch.line_2array of stringsQuery by secondary address line.search.line_2ADD stringsearch.created_date_startdate-timeFormat - date-time (as date-time in RFC3339). Query by created date.search.created_date_enddate-timeFormat - date-time (as date-time in RFC3339). Query by created date.search.modified_date_startdate-timeFormat - date-time (as date-time in RFC3339). Query by modified date.search.modified_date_enddate-timeFormat - date-time (as date-time in RFC3339). Query by modified date.search.is_provider_validatedbooleanQuery by provider validation (true or false).truefalsesearch.is_USPS_validatedbooleanQuery by USPS validation (true or false).truefalsesearch.page_sizeint32Format - int32. Defines how many items to return at a time.search.pageint32Format - int32. Specifies which page to display (i.e. 3rd page of 50 items out of 1000 items)search.sortstringSpecifies the model member you wish to sort by. Defaults to Ascending order, add a "-" sign to the beginning to indicate Descending order.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmltext/jsonAllowed:application/jsontext/htmltext/jsonResponses 200OK 500InternalServerErrorUpdated 7 months ago