Using address keywords to lookup and emergency address

API Endpoint(s) and/or Zoom API Event(s)
Phone API

Description
We have an application that needs to add emergency addresses to Zoom. Before adding a new address, we need to query the existing data to check if that address already exists. I was hoping to be able to use the ‘address_keyword’ parameter string of the get call but it doesn’t seem to be working the way I expected.

If I pass in that parameter, it only matches a single field. For example, let say I have the addresses ‘123 Foo St Suite 1 Anytown PA 12345’ and ‘123 Foo St Suite 2 Anytown PA 12345’ . The code doesn’t know which field is ‘different’ so I can’t simply pass the suite as the keyword. If I pass a combined string ‘123 Foo St Suite 1’ I get no matches at all.

Is there some way to use the API that I’m not understanding?