searchAvailablePhoneNumbers
abstract suspend fun searchAvailablePhoneNumbers(input: SearchAvailablePhoneNumbersRequest = SearchAvailablePhoneNumbersRequest { }): SearchAvailablePhoneNumbersResponse
Searches for phone numbers that can be ordered. For US numbers, provide at least one of the following search filters: AreaCode
, City
, State
, or TollFreePrefix
. If you provide City
, you must also provide State
. Numbers outside the US only support the PhoneNumberType
filter, which you must use.