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 [

  • id uuidrequired

    Universal Unique Identifier.

    resource_id uuidrequired

    Universal Unique Identifier.

    name stringrequired

    Name of the Subscriber Address.

    display_name stringrequired

    Display Name of the Subscriber Address.

    type stringrequired

    Type of the Subscriber Address.

    cover_url urirequired

    Cover URL of the Subscriber Address.

    preview_url urirequired

    Preview URL of the Subscriber Address.

    channels

    object

    required

    video stringrequired

    Video Channel of the Subscriber Address.

    audio stringrequired

    Audio Channel of the Subscriber Address.

    messaging stringrequired

    Messaging Channel of the Subscriber Address.

  • ]

  • links

    object

    required

    self urirequired

    Link of the current page

    first urirequired

    Link to the first page

    next urirequired

    Link to the next page

  • ]

Loading...