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

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