Addresses
Get Resource Address from a Client
Returns a resource address by ID. This endpoint uses bearer token authentication with a SAT (Subscriber Access Token), which can be generated using the Create Subscriber Token endpoint.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice, Messaging, Fax, or Video.
Learn more about API scopes.
get/api/fabric/addresses/{id}
Path parameters
idstring uuid required
Universal Unique Identifier.
Unique ID of a FabricAddress.
Response
The request has succeeded.
Example response
{
"name": "justice-league",
"display_name": "Justice League",
"cover_url": "https://coverurl.com",
"preview_url": "https://previewurl.com",
"locked": true,
"channels": {
"audio": "/external/resource_name?channel=audio"
},
"created_at": "2024-05-06T12:20:00Z"
}