Skip to main content

List Subscriber Addresses

GET 

/resources/subscribers/:id/addresses

List Subscriber Addresses

Request

Path Parameters

    id uuidrequired

    Unique ID of a Subscriber Address.

Responses

The request has succeeded.

Schema

  • Array [

  • data

    object[]

    required

  • Array [

  • iduuidrequired

    Universal Unique Identifier.

    resource_iduuidrequired

    Universal Unique Identifier.

    namestringrequired

    Name of the Subscriber Address.

    Example: reception
    display_namestringrequired

    Display Name of the Subscriber Address.

    Example: Reception
    typestringrequired

    Type of the Subscriber Address.

    Example: room
    cover_urlurirequired

    Cover URL of the Subscriber Address.

    Example: https://example.com/cover.webp
    preview_urlurirequired

    Preview URL of the Subscriber Address.

    Example: https://example.com/preview.webp

    channels

    object

    required

    videostringrequired

    Video Channel of the Subscriber Address.

    Example: /public/reception?channel=video
    audiostringrequired

    Audio Channel of the Subscriber Address.

    Example: /public/reception?channel=audio
    messagingstringrequired

    Messaging Channel of the Subscriber Address.

    Example: /public/reception?channel=messaging
  • ]

  • links

    object

    required

    selfurirequired

    Link of the current page

    Example: https://{space_name}.signalwire.com/api/fabric/resources/external_swml_handlers?page_number=0&page_size=50
    firsturirequired

    Link to the first page

    Example: https://{space_name}.signalwire.com/api/fabric/resources/external_swml_handlers?page_number=0&page_size=50
    nexturirequired

    Link to the next page

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