Get Resource Address from a Client
Retrieves one resource address visible to the authenticated Subscriber by address ID. Use it when a subscriber client already holds a callable address identifier; use List Resource Addresses from a Client to discover visible addresses. Authenticate with a Subscriber Access Token (SAT), not a project API token.
Resource addresses are callable handles, not standalone SIP Address configurations or physical E911 Addresses.
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.
Path parameters
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"
}Changes
No changes found, but 3 of the 137 revisions have a changelog that could not be searched — this endpoint may have changed in one of them.