List
Use this endpoint for the IncomingPhoneNumber method to read all of the IncomingPhoneNumbers that are associated with your SignalWire account. This will be returned as a list of IncomingPhoneNumbers.
Path parameters
AccountSid
The unique identifier for the account that is associated with this phone number.
Query parameters
Page
The page index to retrieve. Zero-indexed.
PageSize
The number of results per page. Default is 50, maximum is 1000.
PageToken
Token for cursor-based pagination. Required when Page > 0.
PhoneNumber
Only show numbers that match this pattern.
FriendlyName
Only show numbers with this friendly name.
Response
uri
The URI of the current page.
first_page_uri
The URI of the first page.
next_page_uri
The URI of the next page, or null if there are no more pages.
previous_page_uri
The URI of the previous page, or null if this is the first page.
page
The current page number.
page_size
The number of items per page.
incoming_phone_numbers
List of incoming phone numbers.
Response