REST ClientFabric

cXML Applications

View as MarkdownOpen in Claude

Manage cXML application resources. Supports list, get, update (PUT), and delete operations.

Access via client.fabric.cxml_applications 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.cxml_applications.list()

Methods