Read multiple IncomingPhoneNumber resourcesCopy Pageget https://api.twilio.com/2010-04-01/Accounts/{MAIN_ACCOUNT_SID}/IncomingPhoneNumbers.jsonRetrieves all IncomingPhoneNumber resources for your accountPath ParamsMAIN_ACCOUNT_SIDstringrequiredQuery ParamsBetabooleanWhether to include phone numbers new to the Twilio platform. Can be: true or false and the default is true.truefalseFriendlyNamestringA string that identifies the IncomingPhoneNumber resources to read.PhoneNumberstringThe phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit.OriginstringWhether to include phone numbers based on their origin. Can be: twilio or hosted. By default, phone numbers of all origin are included.PageSizeint32How many resources to return in each list page. The default is 50, and the maximum is 1000. Minimum: 1 Maximum: 1000Pageint32The page index. This value is simply for client state. Minimum: 0PageTokenstringThe page token. This is provided by the API.Responses 200200 400400Updated over 1 year ago