Skip to main content

List Fabric Addresses

GET 

/addresses

A list of Fabric Addresses. 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

Responses

The request has succeeded.

Schema

    data

    object[]

    required

  • Array [

  • id uuidrequired

    Universal Unique Identifier.

    name stringrequired

    Name of the Fabric Address.

    Example: justice-league
    display_name stringrequired

    Display name of the Fabric Address.

    Example: Justice League
    type DisplayTypes (string)required

    DisplayTypes

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

    cover_url stringrequired

    Cover url of the Fabric Address.

    Example: https://coverurl.com
    preview_url stringrequired

    Preview url of the Fabric Address.

    Example: https://previewurl.com
    locked booleanrequired

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

    Example: true

    channel

    object

    required

    oneOf

    audio stringrequired

    Audio Channel of Fabric Address

    Example: /external/resource_name?channel=audio
    created_at date-timerequired

    Fabric Address Creation Date.

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

  • links

    object

    required

    self urirequired

    Link of the current page

    Example: https://{space_name}.signalwire.com/api/fabric/addresses?page_number=0&page_size=50
    first urirequired

    Link to the first page

    Example: https://{space_name}.signalwire.com/api/fabric/addresses?page_number=0&page_size=50
    next urirequired

    Link to the next page

    Example: https://{space_name}.signalwire.com/api/fabric/addresses?page_number=1&page_size=50&page_token=PAbff61159-faab-48b3-959a-3021a8f5beca