REST Client

Imported Numbers

View as MarkdownOpen in Claude

Import externally-hosted phone numbers into your SignalWire project. This allows you to route calls through SignalWire for numbers hosted by another carrier. Only the create operation is supported.

Access via client.imported_numbers on a RestClient instance.

Methods

Example

from signalwire.rest import RestClient
client = RestClient()
result = client.imported_numbers.create(number="+15551234567")