Skip to main content

Get Fabric Address

GET 

/addresses/:id

Returns a Fabric Address by ID. This endpoint uses the bearer token authentication method with the SAT (Subscriber Access Token) wich can be generated using the Create Subscriber Token endpoint.

Request

Path Parameters

    id uuidrequired

    Unique ID of a FabricAddress.

Responses

The request has succeeded.

Schema

    iduuidrequired

    Universal Unique Identifier.

    namestringrequired

    Name of the Fabric Address.

    Example: justice-league
    display_namestringrequired

    Display name of the Fabric Address.

    Example: Justice League
    typeDisplayTypes (string)required

    DisplayTypes

    Possible values: [app, room, call, subscriber]

    cover_urlstringrequired

    Cover url of the Fabric Address.

    Example: https://coverurl.com
    preview_urlstringrequired

    Preview url of the Fabric Address.

    Example: https://previewurl.com
    lockedbooleanrequired

    Locks the Fabric Address. This is used to prevent the Fabric Address from accepting calls.

    Example: true

    channel

    object

    required

    oneOf

    audiostringrequired

    Audio Channel of Fabric Address

    Example: /external/resource_name?channel=audio
    created_atdate-timerequired

    Fabric Address Creation Date.

    Example: 2024-05-06T12:20-12Z