Addresses
Read-only access to fabric addresses. Addresses represent the endpoints (phone numbers, SIP URIs, domains) that route traffic to fabric resources.
Access via client.fabric.addresses on a RestClient instance.
list
List all fabric addresses.
Response
data
An array of objects containing a list of Resource Addresses
links
Object containing pagination links
Response Example
Response
get
Retrieve a single fabric address.
Path parameters
id
Unique ID of a FabricAddress.
Response
id
Unique ID of the Fabric Address.
name
Name of the Fabric Address.
display_name
Display name of the Fabric Address.
cover_url
Cover url of the Fabric Address.
preview_url
Preview url of the Fabric Address.
locked
Locks the Fabric Address. This is used to prevent the Fabric Address from accepting calls.
channels
Channels of the Fabric Address.
created_at
Fabric Address Creation Date.
type
DisplayTypes
Allowed values:
Response Example
Response