REST ClientFabric

SWML Webhooks

View as MarkdownOpen in Claude

Manage SWML webhook resources. Standard CRUD with PATCH updates and address listing.

Access via client.fabric.swml_webhooks on a RestClient instance.

from signalwire.rest import RestClient
client = RestClient(
project="your-project-id",
token="your-api-token",
host="your-space.signalwire.com",
)
items = client.fabric.swml_webhooks.list()

Methods